Merge "Remove the redundant/wrong write of 'recovery_as_boot='." am: 4dd8610e26 am: 0ef0aef16b

am: 9391595bbb

Change-Id: I8c0b25e3c323ff5cc6facad45e0c3522336318ff
This commit is contained in:
Tao Bao 2017-12-01 19:44:46 +00:00 committed by android-build-merger
commit 25d1db4d00
1 changed files with 0 additions and 3 deletions

View File

@ -2453,9 +2453,6 @@ endif
ifdef BOARD_BOOTIMAGE_PARTITION_SIZE
$(hide) echo "boot_size=$(BOARD_BOOTIMAGE_PARTITION_SIZE)" >> $(zip_root)/META/misc_info.txt
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),)
$(hide) echo "no_recovery=true" >> $(zip_root)/META/misc_info.txt
endif