From ae1ddbb77b46d10f985baa9a6852e765fdf90a04 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 24 Jul 2025 21:14:59 +0300 Subject: [PATCH] gs201: Drop kernel copy We are using prebuilt boot.img. If we weren't using it, we would be using the vendor/lineage kernel.mk rules to copy the kernel. Change-Id: Ib8ab9416b96900f008dbce9d9f41f298a1b05f30 --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index 2eb18871..4f57262b 100644 --- a/device.mk +++ b/device.mk @@ -70,8 +70,6 @@ PRODUCT_SOONG_NAMESPACES += \ device/google/gs201 \ device/google/gs201/powerstats -LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4 - ifeq ($(RELEASE_AVF_ENABLE_LLPVM_CHANGES),true) # Set the environment variable to enable the Secretkeeper HAL service. SECRETKEEPER_ENABLED := true @@ -302,7 +300,6 @@ PRODUCT_ENFORCE_PRODUCT_PARTITION_INTERFACE := true # Init files PRODUCT_COPY_FILES += \ - $(LOCAL_KERNEL):kernel \ device/google/gs201/conf/init.gs201.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.gs201.usb.rc \ device/google/gs201/conf/ueventd.gs201.rc:$(TARGET_COPY_OUT_VENDOR)/etc/ueventd.rc