aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-06-13 20:37:04 +0200
committerSven Gothel <[email protected]>2013-06-13 20:37:04 +0200
commit7c8d351fdbc562aebc2c7796c5b8e8673bff3dca (patch)
tree512dc27ff0960a80efd9e6c5c20e220943c88c5a /make
parent072ac81a76db9c9eb24c639a38bee75bf0ed5c9e (diff)
Android SDK changes: Add /build-tools/17.0.0 to PATH
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/make.joal.all.android-armv6-cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.android-armv6-cross.sh b/make/scripts/make.joal.all.android-armv6-cross.sh
index 7822d14..f8f63db 100755
--- a/make/scripts/make.joal.all.android-armv6-cross.sh
+++ b/make/scripts/make.joal.all.android-armv6-cross.sh
@@ -80,7 +80,7 @@ export TARGET_PLATFORM_ROOT=${NDK_ROOT}/platforms/android-${ANDROID_VERSION}/arc
# Need to add toolchain bins to the PATH.
export PATH_VANILLA=$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