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

Commit 460b9bbd authored by Zhi Dou's avatar Zhi Dou Committed by Automerger Merge Worker
Browse files

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

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

Original change: https://android-review.googlesource.com/c/platform/build/+/3160136



Change-Id: Ifbcd1843abd618b201bdcc3dc90d4b70002702d0
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 56331cf5 dc7ecb5c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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), \
	)) \
)