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

Commit 853bf6da authored by patricktu's avatar patricktu Committed by android-build-merger
Browse files

Merge "AIDEGen: Add the java sources of host java library modules into...

Merge "AIDEGen: Add the java sources of host java library modules into module-info.json." am: a628af2a am: f50f92ca am: 4e911c6f
am: e8eee91c

Change-Id: I24184aefb53bd2be53835046fe08c020655ba599
parents 9a1c289a e8eee91c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.