only support zipballs in NDK provisioning

Since I discovered there is an r10e zipball, this can now get all NDKs
in zipball form.
fdroid/android-sdk-transparency-log@447fea86e7

closes #902
This commit is contained in:
Hans-Christoph Steiner 2021-05-26 17:12:28 +02:00
parent 9f77044d0d
commit 7a1d236c8d
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
5 changed files with 42 additions and 10 deletions

View file

@ -10,11 +10,6 @@ NDK_BASE=$1
test -e $NDK_BASE || mkdir -p $NDK_BASE
cd $NDK_BASE
if [ ! -e $NDK_BASE/r10e ]; then
7zr x /vagrant/cache/android-ndk-r10e-linux-x86_64.bin > /dev/null
mv android-ndk-r10e r10e
fi
for version in r21e r22b; do
if [ ! -e ${NDK_BASE}/${version} ]; then
unzip /vagrant/cache/android-ndk-${version}-linux-x86_64.zip > /dev/null

View file

@ -96,7 +96,6 @@ packages="
openjdk-8-jre-headless
openjdk-8-jdk-headless
optipng
p7zip
pkg-config
python-gnupg
python-lxml