Merge "Add dependencies for module which define LOCAL_SOONG_INSTALL_PAIRS" into main
This commit is contained in:
@@ -693,6 +693,16 @@ 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.
|
||||
###########################################################
|
||||
|
Reference in New Issue
Block a user