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 06e10e70353c60b57d2ba6faa6716b3e23b7e6e4 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 modified scripts/make.jocl.all.android-armv6-cross.sh (diff)