Update NDK from r12 to r12b
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 19 Jul 2016 23:14:41 +0000 (19:14 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 19 Jul 2016 23:14:41 +0000 (19:14 -0400)
scripts/setup-android-sdk.sh

index 697ed59..ebb87a2 100755 (executable)
@@ -30,7 +30,7 @@ if [ ! -d $NDK ]; then
        mkdir -p $NDK
        cd $NDK/..
        rm -Rf `basename $NDK`
-       curl --fail --retry 3 -o ndk.zip http://dl.google.com/android/repository/android-ndk-r12-`uname`-x86_64.zip
+       curl --fail --retry 3 -o ndk.zip http://dl.google.com/android/repository/android-ndk-r12b-`uname`-x86_64.zip
 
        rm -Rf android-ndk-r12
        unzip -q ndk.zip