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

Commit 319de160 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 am: 16a0b229

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



Change-Id: I7ba92e4f7a05577402aa166b7fbfb63ef965d4fe
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 03255e44 16a0b229
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" >> $@