Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9391595b authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

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

am: 0ef0aef1

Change-Id: I51314fa830ac8bc0014d8eb5fadadca85561ad72
parents c35d6f16 0ef0aef1
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -2453,9 +2453,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