Merge "AIDEGen: Add the java sources of host java library modules into module-info.json."

This commit is contained in:
Treehugger Robot 2019-05-31 01:04:05 +00:00 committed by Gerrit Code Review
commit a628af2a42
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ java_sources := $(addprefix $(LOCAL_PATH)/, $(filter %.java,$(LOCAL_SRC_FILES)))
$(filter %.java,$(LOCAL_GENERATED_SOURCES))
all_java_sources := $(java_sources)
ALL_MODULES.$(my_register_name).SRCS := $(ALL_MODULES.$(my_register_name).SRCS) $(all_java_sources)
include $(BUILD_SYSTEM)/java_common.mk
# The layers file allows you to enforce a layering between java packages.