From fcbe74c0793605d8813c77eb3ad24736c7fdb2e9 Mon Sep 17 00:00:00 2001 From: j7b3y Date: Tue, 10 Dec 2024 17:39:10 +0900 Subject: [PATCH] lynx: fix kenrel path --- device-lynx.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/device-lynx.mk b/device-lynx.mk index b4cbfab..bdcf987 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -14,10 +14,9 @@ # limitations under the License. # -TARGET_LINUX_KERNEL_VERSION := $(RELEASE_KERNEL_LYNX_VERSION) # Keeps flexibility for kasan and ufs builds -TARGET_KERNEL_DIR ?= $(RELEASE_KERNEL_LYNX_DIR) -TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_LYNX_DIR)/kernel-headers +TARGET_KERNEL_DIR ?= device/google/lynx-kernels/5.10/24Q4-12476354 +TARGET_BOARD_KERNEL_HEADERS ?= $(TARGET_KERNEL_DIR)/kernel-headers $(call inherit-product-if-exists, vendor/google_devices/lynx/prebuilts/device-vendor-lynx.mk) $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-vendor.mk)