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

Changes

Summary

  1. Update CSS; Add responsive viewport design tag (details)
  2. Update CSS; Add responsive viewport design tag (details)
  3. Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath (details)
  4. Bug 1417: Android: Adapt to GlueGen's 'aapt.signed' d8 usage and use manifest SDK API [min=21, target=28] (details)
  5. Bug 1417 - Android: Manifest*-android* can no more have 'Name: <folder>' directives for apk (details)
  6. Native CC: Set usehighleveltool=true (e.g. ld via clang) writesoname=true (required by android) (details)
Commit 38a5a27f76918d038d1f3c82daa6a9c4eb668192 by Sven Gothel
Update CSS; Add responsive viewport design tag
The file was modifiedwww/index.html (diff)
Commit a3514f868fffbe56f94d74508611dcdf13e4d998 by Sven Gothel
Update CSS; Add responsive viewport design tag
The file was modifieddoc/HowToBuild.html (diff)
Commit 855fc43060fe788ce32b2daa396f6fe236c31ba8 by Sven Gothel
Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath
The file was modified.classpath (diff)
Commit 22b41b9a232527d8c2b2a2b03e03005273529df7 by Sven Gothel
Bug 1417: Android: Adapt to GlueGen's 'aapt.signed' d8 usage and use manifest SDK API [min=21, target=28]

Also fix all make/scripts using Java11 as 'host compiler' and Java8 as target-rt-jar,
as well as adapt to GlueGen's new Android 'setenv-android-tools.sh' for new SDK/NDK as of 2019-12-10.
The file was modifiedmake/resources/android/AndroidManifest-test.xml (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-x86-clang.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-x86.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.android-aarch64-cross.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.macosx.sh (diff)
The file was addedmake/scripts/adb-install-all-x86.sh
The file was modifiedmake/scripts/tests-x64.sh (diff)
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/scripts/make.jocl.all.win32.bat (diff)
The file was modifiedmake/scripts/tests-solx64.sh (diff)
The file was addedmake/scripts/adb-reinstall-all-x86.sh
The file was modifiedmake/scripts/make.jocl.all.android-x86-cross.sh (diff)
The file was modifiedmake/scripts/tests-solx32.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-x86_64.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.android-armv6-cross.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-aarch64-cross.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-armv6hf-cross.sh (diff)
The file was modifiedmake/scripts/tests-osx-x32.sh (diff)
The file was removedmake/scripts/make.jocl.all.macosx-java6.sh
The file was modifiedmake/resources/android/AndroidManifest-jocl.xml (diff)
The file was modifiedmake/build-test.xml (diff)
The file was modifiedmake/scripts/make.jocl.all.linux-x86_64-clang.sh (diff)
The file was modifiedmake/scripts/tests-osx-x64.sh (diff)
The file was modifiedmake/scripts/tests-x32.sh (diff)
The file was modifiedmake/scripts/make.jocl.all.win64.bat (diff)
Commit 023fff1af43a172d4c2a0e18fdbb78e6ba817cca by Sven Gothel
Bug 1417 - Android: Manifest*-android* can no more have 'Name: <folder>' directives for apk

The 'Name <folder>' leads new apk to claim the missing resources (the folder actually)
and fails to install the apk.

Hence removed tagging the folders sealed.
The file was modifiedmake/build.xml (diff)
The file was addedmake/joclversion-android
Commit 4287fdd657b946c9b605361692dff56b2b99ab1a by Sven Gothel
Native CC: Set usehighleveltool=true (e.g. ld via clang) writesoname=true (required by android)
The file was modifiedmake/build.xml (diff)