Re-add NDK r12b, now fixed.

This commit is contained in:
Daniel Martí 2016-08-02 11:09:32 +02:00
parent bf153ec247
commit 059d216aff
9 changed files with 18 additions and 8 deletions

View 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