add twrpfastboot=1 to GENERIC_KERNEL_CMDLINE for all vendor_boot devices

Change-Id: Ic9844cb1f1cf0869d06b96a64b6e9dc713ba34e5
This commit is contained in:
nebrassy
2022-05-22 13:36:06 +02:00
committed by bigbiff
parent d8454ba98e
commit 8364cb56be
+1 -1
View File
@@ -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