Merge "Generate aconfig flag storage file from the aconfig_flag.pb of the pertition" into main

This commit is contained in:
Zhi Dou
2024-07-03 21:45:21 +00:00
committed by Gerrit Code Review

View File

@@ -140,9 +140,7 @@ $(foreach partition, $(_FLAG_PARTITIONS), \
$(aconfig_storage_package_map.$(partition)), \
$(aconfig_storage_flag_map.$(partition)), \
$(aconfig_storage_flag_val.$(partition)), \
$(sort $(foreach m,$(call register-names-for-partition, $(partition)), \
$(ALL_MODULES.$(m).ACONFIG_FILES) \
)), \
$(aconfig_flag_summaries_protobuf.$(partition)), \
$(partition), \
)) \
)