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

View File

@@ -660,7 +660,8 @@ endef
########################################################### ###########################################################
define module-stubs-files 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 endef
########################################################### ###########################################################