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

Changes

Summary

  1. Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ (details)
  2. 7z Archive: Add all APK's - Was missing Android Launcher. (details)
Commit 0d486ab4bc73a53218cb015936aed755e8e9e6de by Sven Gothel
Add support for armhf/gnueabihf resulting in new 'os.and.arch' := [ 'android-armv7hf' and 'linux-armv7hf' ]

- Platform gets new ABIType [ GENERIC, ARMEL, ARMHF ]

- Platform impl. needs to guess ABIType in case of ARM,
  since no Java system property ('os.arch' ..) reflects the new EABI.
  I consider this a bug, since this will also hinder JNLP to work.
  The latter also uses 'os.arch' sys property to determine the nativelib resource!
  (See Platform.guessABITypeImpl(..) for details how we guess the type.)

- Adding symbolic links to ubuntu's gnueabihf cross tool chain

- Adding armhf crossbuild script
The file was addedmake/lib/gluegen-cpptasks-linux-armv7hf.xml (diff)
The file was modified src/java/com/jogamp/common/util/VersionUtil.java (diff)
The file was modified src/junit/com/jogamp/common/util/TestVersionInfo.java (diff)
The file was addedmake/lib/linux/arm-linux-gnueabihf/bin/ld (diff)
The file was modified make/lib/gluegen-cpptasks-linux-armv7.xml (diff)
The file was modified make/scripts/runtest.sh (diff)
The file was modified make/gluegen-cpptasks-base.xml (diff)
The file was modified src/java/com/jogamp/common/util/cache/TempJarCache.java (diff)
The file was addedmake/scripts/make.gluegen.all.linux-armv7hf-cross.sh (diff)
The file was addedmake/lib/linux/arm-linux-gnueabihf/bin/objdump (diff)
The file was addedmake/lib/linux/arm-linux-gnueabihf/bin/strip (diff)
The file was addedmake/lib/linux/arm-linux-gnueabihf/bin/gcc (diff)
The file was modified src/java/com/jogamp/common/os/Platform.java (diff)
The file was addedsrc/junit/com/jogamp/common/util/TestSystemProperties.java (diff)
Commit 469a4987bd6be2fe49c2e6e0fb97a42f26eabfbe by Sven Gothel
7z Archive: Add all APK's - Was missing Android Launcher.
The file was modified make/build.xml (diff)