Merge "Add dependencies for module which define LOCAL_SOONG_INSTALL_PAIRS" into main
This commit is contained in:
commit
9194b690b1
1 changed files with 10 additions and 0 deletions
|
@ -693,6 +693,16 @@ endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
###########################################################
|
||||||
|
## SOONG INSTALL PAIRS
|
||||||
|
###########################################################
|
||||||
|
# Declare dependencies for LOCAL_SOONG_INSTALL_PAIRS in soong to the module it relies on.
|
||||||
|
ifneq (,$(LOCAL_SOONG_INSTALLED_MODULE))
|
||||||
|
$(my_all_targets): \
|
||||||
|
$(foreach f, $(LOCAL_SOONG_INSTALL_PAIRS),\
|
||||||
|
$(word 2,$(subst :,$(space),$(f))))
|
||||||
|
endif
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
## Compatibility suite files.
|
## Compatibility suite files.
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
Loading…
Reference in a new issue