Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and (details)
  2. Bug 1122 - Add ARM 64bit build support, add Android ARM 64 bit build (details)
  3. Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (details)
  4. Adapt APK install scripts for harmonized os.and.arch names, see GlueGen (details)
  5. Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= (details)
Commit 010a6f238cd277c7e37ac337ab1be1b15328c475 by Sven Gothel
Bug 1124 - Android Build: Use SDK >= 24.0.2 (build-tools >= 21.1.2) and NDK >= 10d
The file was modifiedmake/scripts/make.jocl.all.android-armv6-cross.sh (diff)
Commit 58bd5a07aca65a9763dd51ab070d9945df87a7a4 by Sven Gothel
Bug 1122 - Add ARM 64bit build support, add Android ARM 64 bit build (build/install scripts only)
The file was addedmake/scripts/adb-install-all-arm64-v8a.sh
The file was addedmake/scripts/make.jocl.all.android-aarch64-cross.sh
The file was addedmake/scripts/adb-reinstall-all-arm64-v8a.sh
Commit 84a5372eda5da00a1c4ce51d9d9faea68523dbd6 by Sven Gothel
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.*
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/resources/android/AndroidManifest-test.xml (diff)
The file was modifiedsrc/com/jogamp/opencl/util/CLPlatformFilters.java (diff)
The file was modifiedmake/resources/android/AndroidManifest-jocl.xml (diff)
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLBuffer.java (diff)
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLObject.java (diff)
The file was modifiedsrc/jogamp/opencl/os/android/JoclVersionActivityLauncher.java (diff)
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLContext.java (diff)
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLImage2d.java (diff)
The file was modifiedsrc/com/jogamp/opencl/gl/CLGLTexture3d.java (diff)
The file was modifiedtest/com/jogamp/opencl/gl/CLGLTest.java (diff)
Commit b81b9e14f24de0cbc66ab500afe0f8db7a058b96 by Sven Gothel
Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commit 3b43a223253176731567c6d8b7a67c9a6110782b
The file was removedmake/scripts/adb-reinstall-all-arm64-v8a.sh
The file was addedmake/scripts/adb-reinstall-all-aarch64.sh
The file was addedmake/scripts/adb-install-all-aarch64.sh
The file was modifiedmake/scripts/adb-install-all-armv6.sh (diff)
The file was modifiedmake/build.xml (diff)
The file was removedmake/scripts/adb-install-all-arm64-v8a.sh
Commit e65aacce4f261641fd9f615b8128dca86e9f9f05 by Sven Gothel
Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (GlueGen commit d8dff4c9f2186749b167195eeb339c33f56864e8)
The file was modifiedmake/build.xml (diff)