Merge "Support java sdk libraries"

am: 3dbb886cda

Change-Id: I7e61484fd12db60a7a18a4559b8ae38cb463eeef
This commit is contained in:
Sundong Ahn 2018-06-28 20:31:17 -07:00 committed by android-build-merger
commit 04d7ae2ff5
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
###########################################################