Merge "Add dependency for combined aconfig files" into main am: a3cd7dcd29
am: 84b3f07b31
am: a2429cece4
Original change: https://android-review.googlesource.com/c/platform/build/+/2717642 Change-Id: If72866879ec4c4e6a082796e3d15c6d1ca2c7377 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
897ff17e3d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ $(foreach partition, $(_FLAG_PARTITIONS), \
|
|||
define generate-partition-aconfig-flag-file
|
||||
$(eval $(strip $(1)): PRIVATE_OUT := $(strip $(1)))
|
||||
$(eval $(strip $(1)): PRIVATE_IN := $(strip $(3)))
|
||||
$(strip $(1)): $(ACONFIG)
|
||||
$(strip $(1)): $(ACONFIG) $(strip $(3))
|
||||
mkdir -p $$(dir $$(PRIVATE_OUT))
|
||||
$$(if $$(PRIVATE_IN), \
|
||||
$$(ACONFIG) dump --format textproto --out $$(PRIVATE_OUT) \
|
||||
|
|
Loading…
Reference in a new issue