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

Commit ba67aa4a authored by Daniel Zheng's avatar Daniel Zheng
Browse files

remove --apply-vbmeta from vbmeta_vendor

Removing this flag as --apply-vbmeta should only be used for root vbmeta
partitions.

Test: m fastboot_info, fastboot flashall
Bug: 299440104
Change-Id: I4910008635b16c4f4194ebd45da26bd1a8875fc1
parent 420f6978
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5588,7 +5588,7 @@ ifneq (,$(strip $(BOARD_AVB_VBMETA_SYSTEM)))
	$(hide) echo "flash vbmeta_system" >> $@
endif
ifneq (,$(strip $(BOARD_AVB_VBMETA_VENDOR)))
	$(hide) echo "flash --apply-vbmeta vbmeta_vendor" >> $@
	$(hide) echo "flash vbmeta_vendor" >> $@
endif
ifneq (,$(strip $(BOARD_AVB_VBMETA_CUSTOM_PARTITIONS)))
	$(hide) $(foreach partition,$(BOARD_AVB_VBMETA_CUSTOM_PARTITIONS), \