mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8003593: build-infra: Paths to optional platform-specific files should not be hardwired to src/closed
Reviewed-by: dholmes, prr
This commit is contained in:
parent
4e5f3447a2
commit
95cf491fcc
8 changed files with 30 additions and 106 deletions
|
@ -205,11 +205,6 @@ ifdef BUILD_HEADLESS_ONLY
|
|||
java.desktop_EXCLUDES += sun/applet
|
||||
endif
|
||||
|
||||
# Why is this in the open source tree?
|
||||
ifdef OPENJDK
|
||||
java.desktop_EXCLUDES += sun/dc
|
||||
endif
|
||||
|
||||
# Used on windows and macosx
|
||||
ifeq ($(filter $(OPENJDK_TARGET_OS), windows macosx), )
|
||||
java.desktop_EXCLUDE_FILES += sun/awt/AWTCharset.java
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue