Merge "Remove the redundant/wrong write of 'recovery_as_boot='."
This commit is contained in:
@@ -2444,9 +2444,6 @@ endif
|
|||||||
ifdef BOARD_BOOTIMAGE_PARTITION_SIZE
|
ifdef BOARD_BOOTIMAGE_PARTITION_SIZE
|
||||||
$(hide) echo "boot_size=$(BOARD_BOOTIMAGE_PARTITION_SIZE)" >> $(zip_root)/META/misc_info.txt
|
$(hide) echo "boot_size=$(BOARD_BOOTIMAGE_PARTITION_SIZE)" >> $(zip_root)/META/misc_info.txt
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD_USES_RECOVERY_AS_BOOT),)
|
|
||||||
$(hide) echo "recovery_as_boot=$(BOARD_USES_RECOVERY_AS_BOOT)" >> $(zip_root)/META/misc_info.txt
|
|
||||||
endif
|
|
||||||
ifeq ($(INSTALLED_RECOVERYIMAGE_TARGET),)
|
ifeq ($(INSTALLED_RECOVERYIMAGE_TARGET),)
|
||||||
$(hide) echo "no_recovery=true" >> $(zip_root)/META/misc_info.txt
|
$(hide) echo "no_recovery=true" >> $(zip_root)/META/misc_info.txt
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user