Fix arm issue with clang-pie-wrapper
[termux-packages] / scripts / setup-android-sdk.sh
index 749512a..c1038e0 100755 (executable)
@@ -30,7 +30,7 @@ if [ ! -d $NDK ]; then
        mkdir -p $NDK
        cd $NDK/..
        rm -Rf `basename $NDK`
-       NDK_VERSION=r12b
+       NDK_VERSION=r13
        curl --fail --retry 3 -o ndk.zip http://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-`uname`-x86_64.zip
 
        rm -Rf android-ndk-$NDK_VERSION