diff options
author | Sven Gothel <[email protected]> | 2013-06-13 20:38:13 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-13 20:38:13 +0200 |
commit | 68887e3a24306fd3ad6ab60eb69778aa2cbe4760 (patch) | |
tree | 6621059f0f049d8c6593ee5cb7901e24191f2f8c /make/scripts | |
parent | 44469633e779d005e1e4a811fddd2c4a40143362 (diff) |
Android SDK changes: Add /build-tools/17.0.0 to PATH
Diffstat (limited to 'make/scripts')
-rwxr-xr-x | make/scripts/make.jogl.all.android-armv6-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.android-armv6-cross.sh b/make/scripts/make.jogl.all.android-armv6-cross.sh index da1b95c78..2a7232cb8 100755 --- a/make/scripts/make.jogl.all.android-armv6-cross.sh +++ b/make/scripts/make.jogl.all.android-armv6-cross.sh @@ -79,7 +79,7 @@ export NDK_TOOLCHAIN_ROOT=$NDK_ROOT/toolchains/${TARGET_TRIPLE}-${GCC_VERSION}/p export TARGET_PLATFORM_ROOT=${NDK_ROOT}/platforms/android-${ANDROID_VERSION}/arch-arm # Need to add toolchain bins to the PATH. -export PATH="$NDK_TOOLCHAIN_ROOT/$TARGET_TRIPLE/bin:$ANDROID_HOME/platform-tools:$PATH" +export PATH="$NDK_TOOLCHAIN_ROOT/$TARGET_TRIPLE/bin:$ANDROID_HOME/platform-tools:$ANDROID_HOME/build-tools/17.0.0:$PATH" export GLUEGEN_CPPTASKS_FILE=`pwd`/../../gluegen/make/lib/gluegen-cpptasks-android-armv6.xml |