mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-24 23:40:18 -05:00
ndk17: add to extract whitelist
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user