mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
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:
parent
9f77044d0d
commit
7a1d236c8d
5 changed files with 42 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -96,7 +96,6 @@ packages="
|
|||
openjdk-8-jre-headless
|
||||
openjdk-8-jdk-headless
|
||||
optipng
|
||||
p7zip
|
||||
pkg-config
|
||||
python-gnupg
|
||||
python-lxml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue