提交 432c97c8 编写于 作者: R rriggs

8062635: Enable custom CompileJavaClasses.gmk

Reviewed-by: erikj
上级 54a02409
...@@ -36,6 +36,11 @@ JARS := ...@@ -36,6 +36,11 @@ JARS :=
EXFILES := EXFILES :=
EXCLUDES := EXCLUDES :=
##########################################################################################
# Include the corresponding custom file, if present.
-include $(CUSTOM_MAKE_DIR)/CompileJavaClasses.gmk
########################################################################################## ##########################################################################################
EXCLUDES += com/sun/pept \ EXCLUDES += com/sun/pept \
...@@ -53,7 +58,7 @@ endif ...@@ -53,7 +58,7 @@ endif
ifndef OPENJDK ifndef OPENJDK
# There exists two versions of these files... # There exists two versions of these files...
EXFILES := $(JDK_TOPDIR)/src/share/classes/javax/crypto/JarVerifier.java EXFILES += $(JDK_TOPDIR)/src/share/classes/javax/crypto/JarVerifier.java
EXFILES += $(JDK_TOPDIR)/src/share/classes/sun/management/ExtendedPlatformComponent.java EXFILES += $(JDK_TOPDIR)/src/share/classes/sun/management/ExtendedPlatformComponent.java
ifeq ($(OPENJDK_TARGET_OS), windows) ifeq ($(OPENJDK_TARGET_OS), windows)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册