Merge "fix m fastboot_info" am: 1f09d54104
Original change: https://android-review.googlesource.com/c/platform/build/+/2579337 Change-Id: Ie17f4e859c3eb86398a45aec8147c63860d86ab1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5cfa89b404
1 changed files with 3 additions and 3 deletions
|
@ -5315,13 +5315,13 @@ ifneq ($(INSTALLED_VENDOR_BOOTIMAGE_TARGET),)
|
|||
$(hide) echo "flash vendor_boot" >> $@
|
||||
endif
|
||||
ifneq (,$(strip $(BOARD_AVB_VBMETA_CUSTOM_PARTITIONS)))
|
||||
$(hide) $(foreach partition,$(BOARD_AVB_VBMETA_CUSTOM_PARTITIONS),\
|
||||
$(hide) echo "flash --apply-vbmeta vbmeta_$(partition)" >> $@;)
|
||||
$(hide) $(foreach partition,$(BOARD_AVB_VBMETA_CUSTOM_PARTITIONS), \
|
||||
echo "flash --apply-vbmeta vbmeta_$(partition)" >> $@;)
|
||||
endif
|
||||
endif # BOARD_AVB_ENABLE
|
||||
$(hide) echo "reboot fastboot" >> $@
|
||||
$(hide) echo "update-super" >> $@
|
||||
$(foreach partition,$(BOARD_SUPER_PARTITION_PARTITION_LIST), \
|
||||
$(hide) $(foreach partition,$(BOARD_SUPER_PARTITION_PARTITION_LIST), \
|
||||
echo "flash $(partition)" >> $@;)
|
||||
ifdef BUILDING_SYSTEM_OTHER_IMAGE
|
||||
$(hide) echo "flash --slot-other system system_other.img" >> $@
|
||||
|
|
Loading…
Reference in a new issue