Merge "Add bootconfig to kernel cmdline when BOARD_BOOTCONFIG not empty" am: a74a5a19bf
Original change: https://android-review.googlesource.com/c/platform/build/+/1627053 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ie0ab7ce322cc34d95c88172c27c0a692e378b858
This commit is contained in:
@@ -223,7 +223,10 @@ endif
|
||||
.KATI_READONLY := $(_board_strip_readonly_list)
|
||||
|
||||
INTERNAL_KERNEL_CMDLINE := $(BOARD_KERNEL_CMDLINE)
|
||||
ifneq (,$(BOARD_BOOTCONFIG))
|
||||
INTERNAL_KERNEL_CMDLINE += bootconfig
|
||||
INTERNAL_BOOTCONFIG := $(BOARD_BOOTCONFIG)
|
||||
endif
|
||||
|
||||
ifneq ($(filter %64,$(TARGET_ARCH)),)
|
||||
TARGET_IS_64_BIT := true
|
||||
|
Reference in New Issue
Block a user