Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04d7ae2f authored by Sundong Ahn's avatar Sundong Ahn Committed by android-build-merger
Browse files

Merge "Support java sdk libraries"

am: 3dbb886c

Change-Id: I7e61484fd12db60a7a18a4559b8ae38cb463eeef
parents 7d80efd2 3dbb886c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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

###########################################################