diff options
author | Sven Gothel <[email protected]> | 2013-06-13 20:35:48 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-13 20:35:48 +0200 |
commit | 1fedf87d2808ea1afa51ec4d6432a8e5379ae07e (patch) | |
tree | 3baaadf21c07bb2e46d5d57d85b0256fa30f7504 /make | |
parent | eabc810f2ed3b1680ac101e828348d49ee939e1d (diff) |
Android SDK changes: Add /build-tools/17.0.0 to PATH
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.gluegen.all.android-armv6-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.android-armv6-cross.sh b/make/scripts/make.gluegen.all.android-armv6-cross.sh index 157d7ab..55fea49 100755 --- a/make/scripts/make.gluegen.all.android-armv6-cross.sh +++ b/make/scripts/make.gluegen.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="lib/gluegen-cpptasks-android-armv6.xml" |