summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-13 20:39:32 +0200
committerSven Gothel <[email protected]>2013-06-13 20:39:32 +0200
commit7878a3ea18f2c6429728e55ba70145ee1269b12c (patch)
tree2fafb339aa45a0555538aa2a8817a041d869474c
parente7cd62351e88a71b23f7044d9b5dd556ae824fb5 (diff)
Android SDK changes: Add /build-tools/17.0.0 to PATH
-rwxr-xr-xscripts/make.jocl.all.android-armv6-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make.jocl.all.android-armv6-cross.sh b/scripts/make.jocl.all.android-armv6-cross.sh
index 40691a70..d29a2727 100755
--- a/scripts/make.jocl.all.android-armv6-cross.sh
+++ b/scripts/make.jocl.all.android-armv6-cross.sh
@@ -78,7 +78,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