Merge "Support java sdk libraries"

This commit is contained in:
Treehugger Robot 2018-06-29 02:51:43 +00:00 committed by Gerrit Code Review
commit 3dbb886cda
1 changed files with 2 additions and 1 deletions

View File

@ -660,7 +660,8 @@ endef
###########################################################
define module-stubs-files
$(foreach module,$(1),$(ALL_MODULES.$(module).STUBS))
$(foreach module,$(1),$(if $(filter $(module),$(JAVA_SDK_LIBRARIES)),\
$(call java-lib-files,$(module).stubs),$(ALL_MODULES.$(module).STUBS)))
endef
###########################################################