Merge "Add custom images in fastboot-info" into main am: 0d25dfc3a4 am: ce00eff465

Original change: https://android-review.googlesource.com/c/platform/build/+/2957065

Change-Id: I274b7ae845db0d147d0c8e5b7d43215d51b171a5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-02-28 08:54:09 +00:00 committed by Automerger Merge Worker
commit 65428f5ad9

View file

@ -5719,6 +5719,10 @@ ifneq (,$(strip $(BOARD_AVB_VBMETA_CUSTOM_PARTITIONS)))
echo "flash vbmeta_$(partition)" >> $@;)
endif
endif # BOARD_AVB_ENABLE
ifneq (,$(strip $(BOARD_CUSTOMIMAGES_PARTITION_LIST)))
$(hide) $(foreach partition,$(BOARD_CUSTOMIMAGES_PARTITION_LIST), \
echo "flash $(partition)" >> $@;)
endif
$(hide) echo "reboot fastboot" >> $@
$(hide) echo "update-super" >> $@
$(hide) $(foreach partition,$(BOARD_SUPER_PARTITION_PARTITION_LIST), \