Add virtual_ab to dynamic_partitions_info.txt
... so that it can be used during OTA package generation. Bug: 141720569 Test: apply virtual A/B OTA Change-Id: I3a1df1afb7676eed6d22be49270354119bfb5a75
This commit is contained in:
parent
0b58060cae
commit
72a1367d5b
1 changed files with 3 additions and 0 deletions
|
@ -4299,6 +4299,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)
|
||||
|
|
Loading…
Reference in a new issue