Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8258407: Split up CompileJavaModules.gmk into make/modules/$M/Java.gmk #1779

Closed
wants to merge 9 commits into from
4 changes: 2 additions & 2 deletions make/CompileJavaModules.gmk
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ CreateHkTargets = \
################################################################################
# Include module specific build settings

-include $(TOPDIR)/make/module/$(MODULE)/Java.gmk
-include $(TOPDIR)/make/modules/$(MODULE)/Java.gmk

################################################################################
# Setup the main compilation
@@ -103,7 +103,7 @@ $(eval $(call SetupJavaCompilation, $(MODULE), \
CLEAN := $(CLEAN), \
CLEAN_FILES := $(CLEAN_FILES), \
COPY := $(COPY), \
DISABLED_WARNINGS_java := $(DISABLED_WARNINGS_java), \
DISABLED_WARNINGS := $(DISABLED_WARNINGS_java), \
EXCLUDES := $(EXCLUDES), \
EXCLUDE_FILES := $(EXCLUDE_FILES), \
KEEP_ALL_TRANSLATIONS := $(KEEP_ALL_TRANSLATIONS), \