add twrpfastboot=1 to GENERIC_KERNEL_CMDLINE for all vendor_boot devices
Change-Id: Ic9844cb1f1cf0869d06b96a64b6e9dc713ba34e5
This commit is contained in:
@@ -2,7 +2,7 @@ include vendor/twrp/config/BoardConfigKernel.mk
|
||||
include vendor/twrp/config/BoardConfigSoong.mk
|
||||
|
||||
ifeq ($(BOARD_USES_RECOVERY_AS_BOOT),true)
|
||||
ifeq (true,$(BOARD_USES_GENERIC_KERNEL_IMAGE))
|
||||
ifeq (true,$(BUILDING_VENDOR_BOOT_IMAGE))
|
||||
GENERIC_KERNEL_CMDLINE += twrpfastboot=1
|
||||
else
|
||||
INTERNAL_KERNEL_CMDLINE += twrpfastboot=1
|
||||
|
||||
Reference in New Issue
Block a user