Merge "Add dependencies for module which define LOCAL_SOONG_INSTALL_PAIRS" into main

This commit is contained in:
Treehugger Robot 2024-04-17 09:43:53 +00:00 committed by Gerrit Code Review
commit 9194b690b1

View file

@ -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.
###########################################################