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

Changes

Summary

  1. Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME (details)
Commit a5bcb92b748b5dd2f7df65cb1fa5bdea6cd6a4f4 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.joal.all.android-armv6-cross.sh (diff)