Explorar el Código

Use ANDROID_NDK instead of ANDROID_NDK_HOME (that's what the build script uses)

shadowislord hace 10 años
padre
commit
e3c0b0ae38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -14,4 +14,4 @@ before_install:
   # newest Android NDK
   - wget http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin -O ndk.bin
   - 7z x ndk.bin -y > /dev/null
-  - export ANDROID_NDK_HOME=`pwd`/android-ndk-r10c
+  - export ANDROID_NDK=`pwd`/android-ndk-r10c