diff options
author | Leith Bade <leith@mapbox.com> | 2014-12-09 22:44:12 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-12-09 22:44:12 +1100 |
commit | 6fecb80405944edeb87cfda4ccc6ccbe685c842c (patch) | |
tree | 8c8f2ba4f1f12167a9988b3e96adba81326d52ee /.travis.yml | |
parent | 2967bd85e4133878c9e6997455670b73b2e1696a (diff) | |
download | qtlocation-mapboxgl-6fecb80405944edeb87cfda4ccc6ccbe685c842c.tar.gz |
Go back to 7z NDK
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1b8c11a0f9..bdb2cfd20d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,8 +49,8 @@ before_install: - source ./scripts/local_mason.sh - source ./scripts/travis_helper.sh - source ./scripts/flags.sh -- export ANDROID_NDK_PATH="$(pwd)/android-ndk" -- export NDK_HOME="$(pwd)/android-ndk" +- export ANDROID_NDK_PATH="$(pwd)/android-ndk-r10c" +- export NDK_HOME="$(pwd)/android-ndk-r10c" - if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then export JAVA_HOME="$(pwd)/jdk1.7.0_71"; fi - export ANDROID_HOME="$(pwd)/android-sdk" - ./scripts/travis_before_install.sh |