Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8122950

[ANDROID] build file update

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 8u60, 9
    • javafx
    • None

        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

              ddhill David Hill (Inactive)
              ddhill David Hill (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: