Amend the KERNEL_DIR to the prefered name
Bug: 337163126 Change-Id: I86308db21e25fc79e12e5c4e30adc7a0a02d467b
This commit is contained in:
parent
dbd19e783a
commit
4e726be212
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ $(call soong_config_set,comet_bootloader,prebuilt_dir,$(RELEASE_GOOGLE_BOOTLOADE
|
|||
|
||||
|
||||
TARGET_LINUX_KERNEL_VERSION ?= 6.1
|
||||
ifdef RELEASE_GOOGLE_COMET_KERNEL_DIR
|
||||
TARGET_KERNEL_DIR ?= $(RELEASE_GOOGLE_COMET_KERNEL_DIR)
|
||||
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_GOOGLE_COMET_KERNEL_DIR)/kernel-headers
|
||||
ifdef RELEASE_KERNEL_COMET_DIR
|
||||
TARGET_KERNEL_DIR ?= $(RELEASE_KERNEL_COMET_DIR)
|
||||
TARGET_BOARD_KERNEL_HEADERS ?= $(RELEASE_KERNEL_COMET_DIR)/kernel-headers
|
||||
else
|
||||
TARGET_KERNEL_DIR ?= device/google/comet-kernels/6.1/24D1
|
||||
TARGET_BOARD_KERNEL_HEADERS ?= device/google/comet-kernels/6.1/24D1/kernel-headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue