1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

ndk17: add to extract whitelist

This commit is contained in:
Marcus Hoffmann 2018-07-04 14:30:15 +02:00
parent b3e3aa6e0e
commit a1ea29c86b
No known key found for this signature in database
GPG Key ID: ACDF63BC43D5E530

View File

@ -14,7 +14,7 @@ if [ ! -e $NDK_BASE/r10e ]; then
mv android-ndk-r10e r10e
fi
for version in r11c r12b r13b r14b r15c r16b; do
for version in r11c r12b r13b r14b r15c r16b r17b; do
if [ ! -e ${NDK_BASE}/${version} ]; then
unzip /vagrant/cache/android-ndk-${version}-linux-x86_64.zip > /dev/null
mv android-ndk-${version} ${version}