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:
relan 2018-02-12 09:16:03 +03:00
parent bc5bf7e0ec
commit 76da21f121
5 changed files with 0 additions and 13 deletions

View file

@ -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",