diff options
| author | 2024-07-03 21:45:21 +0000 | |
|---|---|---|
| committer | 2024-07-03 21:45:21 +0000 | |
| commit | dc7ecb5cd20fe16aafa69dce72cc51e7dd57a024 (patch) | |
| tree | c239de61c583e968f2b1caa38f985d18f299a7d6 | |
| parent | c8be459750d21a23ec41e0abe00cb4393d261aa6 (diff) | |
| parent | a4b29191f0d51a43ef088dd0ca3b8ef73e7367e0 (diff) | |
Merge "Generate aconfig flag storage file from the aconfig_flag.pb of the pertition" into main
| -rw-r--r-- | core/packaging/flags.mk | 4 |
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), \ )) \ ) |