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

Changes

Summary

  1. Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME (details)
  2. adb-launch-main.sh: ANDROID_SDK_HOME -> ANDROID_HOME (details)
Commit 57c4e440ffa53ba7f868a145212df78e2eb2f8f2 by Sven Gothel
Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME

Intuitively I assumed ANDROID_SDK_HOME to be pointing to the SDK root dir,
however this is not true: Semantics by Android tools are:

ANDROID_SDK_HOME - Users ~/.android folder
ANDROID_HOME     - SDK root folder
The file was modifiedmake/scripts/make.jogl.all.android-armv7-cross.sh (diff)
The file was modifiedmake/scripts/make.jogl.all.android-armv6-cross.sh (diff)
Commit f514582845efaf2bf41cbcbeb1e2378d224b11a3 by Sven Gothel
adb-launch-main.sh: ANDROID_SDK_HOME -> ANDROID_HOME
The file was modifiedmake/scripts/adb-launch-main.sh (diff)