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

Changes

Summary

  1. Get JOGL to build with NDK r7 (details)
  2. Update android armv7 cross build/test script (details)
Commit fc779ca57ec338c3e4a2b8d0b3a2bac4277bc380 by edwin.vane
Get JOGL to build with NDK r7

- Most of the android build work is done by gluegen ant files. Changes
  made to gluegen in support of NDK r7 need to be reflected here:
  - New/fewer environment variables.
  - Specifying android.abi for packaging.
- Cross-compilation script cleaned up to look like gluegen's cross
  compile script for consistency.
- Renamed install/re-install adb helper scripts to be ARM specific.
The file was removedmake/scripts/adb-reinstall-all.sh (diff)
The file was addedmake/scripts/adb-reinstall-all-armv7.sh (diff)
The file was modifiedmake/scripts/make.jogl.all.android-armv7-cross.sh (diff)
The file was modifiedmake/build-jogl.xml (diff)
The file was addedmake/scripts/adb-install-all-armv7.sh (diff)
The file was modifiedmake/build-nativewindow.xml (diff)
The file was modifiedmake/build-newt.xml (diff)
The file was modifiedmake/build.xml (diff)
The file was removedmake/scripts/adb-install-all.sh (diff)
Commit 8385d98098f7804e5ee369d77963f5a7464a3e1f by Sven Gothel
Update android armv7 cross build/test script
The file was modifiedmake/scripts/make.jogl.all.android-armv7-cross.sh (diff)