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

Commit 16a0b229 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add ability to say a custom partition doesn't want to participate in...

Merge "Add ability to say a custom partition doesn't want to participate in fastboot flashall" into main am: d8ac6c96

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



Change-Id: I7848986eff83770a80b98b01c6a796e11272c99e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 37c4e7bb d8ac6c96
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -5874,7 +5874,10 @@ endif
endif # BOARD_AVB_ENABLE
ifneq (,$(strip $(BOARD_CUSTOMIMAGES_PARTITION_LIST)))
	$(hide) $(foreach partition,$(BOARD_CUSTOMIMAGES_PARTITION_LIST), \
	  echo "flash $(partition)" >> $@;)
		$(if $(BOARD_$(call to-upper,$(partition))_IMAGE_NO_FLASHALL),, \
	      echo "flash $(partition)" >> $@; \
		) \
	)
endif
	$(hide) echo "reboot fastboot" >> $@
	$(hide) echo "update-super" >> $@