mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 12:47:00 -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
|
index aef358c14..7b9e5097c 100644
|
||||||
--- a/make/modules/jdk.jdwp.agent/Lib.gmk
|
--- a/make/modules/jdk.jdwp.agent/Lib.gmk
|
||||||
+++ b/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, \
|
NAME := jdwp, \
|
||||||
OPTIMIZATION := LOW, \
|
OPTIMIZATION := LOW, \
|
||||||
CFLAGS := $(CFLAGS_JDKLIB) -DJDWP_LOGGING, \
|
CFLAGS := $(CFLAGS_JDKLIB) -DJDWP_LOGGING, \
|
||||||
@ -326,6 +326,7 @@ index aef358c14..7b9e5097c 100644
|
|||||||
DISABLED_WARNINGS_gcc := unused-function, \
|
DISABLED_WARNINGS_gcc := unused-function, \
|
||||||
DISABLED_WARNINGS_clang := sometimes-uninitialized format-nonliteral \
|
DISABLED_WARNINGS_clang := sometimes-uninitialized format-nonliteral \
|
||||||
self-assign, \
|
self-assign, \
|
||||||
|
DISABLED_WARNINGS_microsoft_debugInit.c := 5287, \
|
||||||
EXTRA_HEADER_DIRS := \
|
EXTRA_HEADER_DIRS := \
|
||||||
include \
|
include \
|
||||||
libjdwp/export, \
|
libjdwp/export, \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user