Przeglądaj źródła

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

shadowislord 10 lat temu
rodzic
commit
e3c0b0ae38
1 zmienionych plików z 1 dodań i 1 usunięć
  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