mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
[Patch] Fix jdk.jdwp.agent patch for Android
This commit is contained in:
parent
1fcf44cd9b
commit
2c758438d8
@ -318,7 +318,7 @@ diff --git a/make/modules/jdk.jdwp.agent/Lib.gmk b/make/modules/jdk.jdwp.agent/L
|
||||
index aef358c14..7b9e5097c 100644
|
||||
--- a/make/modules/jdk.jdwp.agent/Lib.gmk
|
||||
+++ b/make/modules/jdk.jdwp.agent/Lib.gmk
|
||||
@@ -52,12 +52,14 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJDWP, \
|
||||
@@ -52,13 +52,15 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBJDWP, \
|
||||
NAME := jdwp, \
|
||||
OPTIMIZATION := LOW, \
|
||||
CFLAGS := $(CFLAGS_JDKLIB) -DJDWP_LOGGING, \
|
||||
@ -326,6 +326,7 @@ index aef358c14..7b9e5097c 100644
|
||||
DISABLED_WARNINGS_gcc := unused-function, \
|
||||
DISABLED_WARNINGS_clang := sometimes-uninitialized format-nonliteral \
|
||||
self-assign, \
|
||||
DISABLED_WARNINGS_microsoft_debugInit.c := 5287, \
|
||||
EXTRA_HEADER_DIRS := \
|
||||
include \
|
||||
libjdwp/export, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user