summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Zhi Dou <zhidou@google.com> 2024-07-03 19:41:27 +0000
committer Zhi Dou <zhidou@google.com> 2024-07-03 19:41:27 +0000
commita4b29191f0d51a43ef088dd0ca3b8ef73e7367e0 (patch)
tree963d1a8cbf8a93b8050e01ea808aa6ec9af5004c
parentd7343203b6dc58de6173718db966d4df09098c1d (diff)
Generate aconfig flag storage file from the aconfig_flag.pb of the
pertition Test: m Bug: 349410287 Change-Id: I6f706e90df7985e81865b18b353e4263dea72c0c
-rw-r--r--core/packaging/flags.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/packaging/flags.mk b/core/packaging/flags.mk
index 282e18e941..a77956bdea 100644
--- a/core/packaging/flags.mk
+++ b/core/packaging/flags.mk
@@ -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), \
)) \
)