Merge "Add dependency for combined aconfig files" into main
This commit is contained in:
@@ -75,7 +75,7 @@ $(foreach partition, $(_FLAG_PARTITIONS), \
|
|||||||
define generate-partition-aconfig-flag-file
|
define generate-partition-aconfig-flag-file
|
||||||
$(eval $(strip $(1)): PRIVATE_OUT := $(strip $(1)))
|
$(eval $(strip $(1)): PRIVATE_OUT := $(strip $(1)))
|
||||||
$(eval $(strip $(1)): PRIVATE_IN := $(strip $(3)))
|
$(eval $(strip $(1)): PRIVATE_IN := $(strip $(3)))
|
||||||
$(strip $(1)): $(ACONFIG)
|
$(strip $(1)): $(ACONFIG) $(strip $(3))
|
||||||
mkdir -p $$(dir $$(PRIVATE_OUT))
|
mkdir -p $$(dir $$(PRIVATE_OUT))
|
||||||
$$(if $$(PRIVATE_IN), \
|
$$(if $$(PRIVATE_IN), \
|
||||||
$$(ACONFIG) dump --format textproto --out $$(PRIVATE_OUT) \
|
$$(ACONFIG) dump --format textproto --out $$(PRIVATE_OUT) \
|
||||||
|
Reference in New Issue
Block a user