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

Commit a4b29191 authored by Zhi Dou's avatar Zhi Dou
Browse files

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

pertition

Test: m
Bug: 349410287
Change-Id: I6f706e90df7985e81865b18b353e4263dea72c0c
parent d7343203
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), \
	)) \
)