From 6a2551cbe9a997768683036ef733ddb48caaf937 Mon Sep 17 00:00:00 2001 From: j7b3y Date: Mon, 9 Dec 2024 15:24:46 +0900 Subject: [PATCH] lynx: test 6.1 kernel Change-Id: I36e381559b4479a2d6757e65487e9bfdf10fcfdb --- device-lynx.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/device-lynx.mk b/device-lynx.mk index b4cbfab..63f235a 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -14,9 +14,8 @@ # 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) +# Test 6.1 kernel +TARGET_KERNEL_DIR ?= device/google/lynx-kernels/6.1/trunk-12398767 TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_LYNX_DIR)/kernel-headers $(call inherit-product-if-exists, vendor/google_devices/lynx/prebuilts/device-vendor-lynx.mk)