summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2016-11-03 19:06:26 +0100
committerGitHub <noreply@github.com>2016-11-03 19:06:26 +0100
commit737bc60ba8471ad88acc758945f5116bd90b4dc1 (patch)
tree1585f6a0ce3ade0dbb9925e2fd8fe5480763d324
parent0ed04f23c292866ab6db46a68968bea73b8c0e53 (diff)
downloadnavit-737bc60ba8471ad88acc758945f5116bd90b4dc1.tar.gz
Update build_android.sh
-rw-r--r--ci/build_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_android.sh b/ci/build_android.sh
index a063bf2fa..89e5f34cc 100644
--- a/ci/build_android.sh
+++ b/ci/build_android.sh
@@ -9,7 +9,7 @@ export START_PATH=~/
export SOURCE_PATH=$START_PATH"/"${CIRCLE_PROJECT_REPONAME}"/"
export CMAKE_FILE=$SOURCE_PATH"/Toolchain/arm-eabi.cmake"
-export ANDROID_NDK="/usr/local/android-ndk/"
+export ANDROID_NDK=~/android-ndk-r13
export ANDROID_NDK_BIN=$ANDROID_NDK"/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin"
export ANDROID_SDK="/usr/local/android-sdk-linux/"