Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8122951 | 8u60 | David Hill | P3 | Resolved | Fixed |
Changes associated with the eglWrapper rename
Contributed-by: johanvos
diff -r a2bb669fd477 buildSrc/dalvik.gradle
--- a/buildSrc/dalvik.gradle Sun Jun 14 19:09:25 2015 +0300
+++ b/buildSrc/dalvik.gradle Wed Jun 17 21:37:11 2015 +0200
@@ -707,14 +707,14 @@
DALVIK.iio.lib = "javafx_iio"
DALVIK.prismES2 = [:]
-DALVIK.prismES2.variants = ["eglfb", "monocle"]
+DALVIK.prismES2.variants = ["monocle"]
DALVIK.prismES2.javahInclude = ["com/sun/prism/es2/**/*"]
DALVIK.prismES2.monocle= [:]
DALVIK.prismES2.monocle.nativeSource = [
file("modules/graphics/src/main/native-prism-es2"),
file("modules/graphics/src/main/native-prism-es2/GL"),
- file("modules/graphics/src/main/native-prism-es2/eglWrapped"),
+ file("modules/graphics/src/main/native-prism-es2/eglWrapper"),
file("modules/graphics/src/main/native-prism-es2/monocle")
]
DALVIK.prismES2.monocle.compiler = compiler
Contributed-by: johanvos
diff -r a2bb669fd477 buildSrc/dalvik.gradle
--- a/buildSrc/dalvik.gradle Sun Jun 14 19:09:25 2015 +0300
+++ b/buildSrc/dalvik.gradle Wed Jun 17 21:37:11 2015 +0200
@@ -707,14 +707,14 @@
DALVIK.iio.lib = "javafx_iio"
DALVIK.prismES2 = [:]
-DALVIK.prismES2.variants = ["eglfb", "monocle"]
+DALVIK.prismES2.variants = ["monocle"]
DALVIK.prismES2.javahInclude = ["com/sun/prism/es2/**/*"]
DALVIK.prismES2.monocle= [:]
DALVIK.prismES2.monocle.nativeSource = [
file("modules/graphics/src/main/native-prism-es2"),
file("modules/graphics/src/main/native-prism-es2/GL"),
- file("modules/graphics/src/main/native-prism-es2/eglWrapped"),
+ file("modules/graphics/src/main/native-prism-es2/eglWrapper"),
file("modules/graphics/src/main/native-prism-es2/monocle")
]
DALVIK.prismES2.monocle.compiler = compiler
- backported by
-
JDK-8122951 [ANDROID] build file update
-
- Resolved
-