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

Commit f8094afb authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Add virtual_ab to dynamic_partitions_info.txt" am: 4ba2bdb1

am: 57a9fa8d

Change-Id: I45a86ddd4307d2d038b06cb11fbfb4d426cc8e1d
parents a877966f 57a9fa8d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4417,6 +4417,9 @@ ifneq ($(BOARD_SUPER_PARTITION_GROUPS),)
	    $(if $(_group_partition_list), \
	        echo "$(group)_partition_list=$(_group_partition_list)" >> $(zip_root)/META/dynamic_partitions_info.txt;))
endif # BOARD_SUPER_PARTITION_GROUPS
ifeq ($(PRODUCT_VIRTUAL_AB_OTA),true)
	echo "virtual_ab=true" >> $(zip_root)/META/dynamic_partitions_info.txt
endif # PRODUCT_VIRTUAL_AB_OTA
	@# TODO(b/134525174): Remove `-r` after addressing the issue with recovery patch generation.
	$(hide) PATH=$(INTERNAL_USERIMAGES_BINARY_PATHS):$$PATH MKBOOTIMG=$(MKBOOTIMG) \
	    $(ADD_IMG_TO_TARGET_FILES) -a -r -v -p $(HOST_OUT) $(zip_root)