Use TARGET_KERNEL_DIR in Dev options config
Shiba and husky may use different kernel versions moving forward. Test: m Bug: 295035851 Change-Id: I148d17ef6f85ae96488aef1f9b40fb3fedb35c69
This commit is contained in:
parent
443b449e02
commit
f9d38daaae
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
ifeq ($(PRODUCT_16K_DEVELOPER_OPTION),true)
|
ifeq ($(PRODUCT_16K_DEVELOPER_OPTION),true)
|
||||||
# Configures the 16kb kernel and modules for OTA updates.
|
# Configures the 16kb kernel and modules for OTA updates.
|
||||||
TARGET_KERNEL_DIR_16K := $(RELEASE_KERNEL_HUSKY_DIR)/16kb
|
TARGET_KERNEL_DIR_16K := $(TARGET_KERNEL_DIR)/16kb
|
||||||
BOARD_KERNEL_PATH_16K := $(TARGET_KERNEL_DIR_16K)/Image.lz4
|
BOARD_KERNEL_PATH_16K := $(TARGET_KERNEL_DIR_16K)/Image.lz4
|
||||||
|
|
||||||
BOARD_KERNEL_MODULES_16K += $(file < $(TARGET_KERNEL_DIR_16K)/vendor_kernel_boot.modules.load)
|
BOARD_KERNEL_MODULES_16K += $(file < $(TARGET_KERNEL_DIR_16K)/vendor_kernel_boot.modules.load)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue