mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
makebuildserver: remove NDK r9b to save 1.6 GB of disk space
NDK r9b is used by only one app (net.gorry.android.input.nicownng) that was last updated in 2015.
This commit is contained in:
parent
bc5bf7e0ec
commit
76da21f121
5 changed files with 0 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
sdk_path = "/home/vagrant/android-sdk"
|
||||
ndk_paths = {
|
||||
'r9b': "/home/vagrant/android-ndk/r9b",
|
||||
'r10e': "/home/vagrant/android-ndk/r10e",
|
||||
'r11c': "/home/vagrant/android-ndk/r11c",
|
||||
'r12b': "/home/vagrant/android-ndk/r12b",
|
||||
|
|
|
@ -9,12 +9,6 @@ NDK_BASE=$1
|
|||
test -e $NDK_BASE || mkdir -p $NDK_BASE
|
||||
cd $NDK_BASE
|
||||
|
||||
if [ ! -e $NDK_BASE/r9b ]; then
|
||||
tar xjf /vagrant/cache/android-ndk-r9b-linux-x86_64.tar.bz2
|
||||
tar xjf /vagrant/cache/android-ndk-r9b-linux-x86_64-legacy-toolchains.tar.bz2
|
||||
mv android-ndk-r9b r9b
|
||||
fi
|
||||
|
||||
if [ ! -e $NDK_BASE/r10e ]; then
|
||||
7zr x /vagrant/cache/android-ndk-r10e-linux-x86_64.bin > /dev/null
|
||||
mv android-ndk-r10e r10e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue