support devices without bootpartition
if device has no /boot partition, then add the following flag in BoardConfig.mk TW_HAS_NO_BOOT_PARTITION Signed-off-by: ChampionSwimmer <android@championswimmer.tk> Change-Id: I92b36b2e6ca690e2422b36004ae9bb315d24a7c2
This commit is contained in:
committed by
Dees_Troy
parent
2c57d789df
commit
cf33e4dbcd
@@ -141,6 +141,9 @@ endif
|
||||
ifeq ($(TW_HAS_NO_RECOVERY_PARTITION), true)
|
||||
LOCAL_CFLAGS += -DTW_HAS_NO_RECOVERY_PARTITION
|
||||
endif
|
||||
ifeq ($(TW_HAS_NO_BOOT_PARTITION), true)
|
||||
LOCAL_CFLAGS += -DTW_HAS_NO_BOOT_PARTITION
|
||||
endif
|
||||
ifeq ($(TW_NO_REBOOT_BOOTLOADER), true)
|
||||
LOCAL_CFLAGS += -DTW_NO_REBOOT_BOOTLOADER
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user