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

Commit 2b7ddbda authored by Daniel Zheng's avatar Daniel Zheng
Browse files

fix m fastboot_info

m fastboot_info was not working. make syntax is weird

Test: m fastboot_info
Change-Id: Ifebb6e40f2c19f00436afa719259df97ce929490
parent f50711ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5309,12 +5309,12 @@ ifneq ($(INSTALLED_VENDOR_BOOTIMAGE_TARGET),)
endif
ifneq (,$(strip $(BOARD_AVB_VBMETA_CUSTOM_PARTITIONS)))
	$(hide) $(foreach partition,$(BOARD_AVB_VBMETA_CUSTOM_PARTITIONS), \
	  $(hide) echo "flash --apply-vbmeta vbmeta_$(partition)" >> $@;)
	  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" >> $@