chiark / gitweb /
Re-add NDK r12b, now fixed.
[fdroidserver.git] / buildserver / provision-android-ndk
index 36aa1a5c9e03f724bacd9bb0e8ef6ebe31e08339..ce1a8683bc8f46039cc34f5007e822639d12c6ee 100644 (file)
@@ -20,5 +20,10 @@ if [ ! -e $NDK_BASE/r10e ]; then
     mv android-ndk-r10e r10e
 fi
 
+if [ ! -e $NDK_BASE/r12b ]; then
+    unzip /vagrant/cache/android-ndk-r12b-linux-x86_64.zip > /dev/null
+    mv android-ndk-r12b r12b
+fi
+
 chmod -R a+rX $NDK_BASE/
 find $NDK_BASE/ -type f -executable -print0 | xargs -0 chmod a+x