Compare commits

...

2 Commits

Author SHA1 Message Date
j7b3y
2d4cca649a fix kernel headers path 2024-12-09 19:25:01 +09:00
j7b3y
6a2551cbe9 lynx: test 6.1 kernel
Change-Id: I36e381559b4479a2d6757e65487e9bfdf10fcfdb
2024-12-09 15:24:46 +09:00

View File

@ -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
# Test 6.1 kernel
TARGET_KERNEL_DIR ?= device/google/lynx-kernels/6.1/trunk-12398767
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)