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

@ -77,7 +77,6 @@ orig_path = None
default_config = {
'sdk_path': "$ANDROID_HOME",
'ndk_paths': {
'r9b': None,
'r10e': None,
'r11c': None,
'r12b': "$ANDROID_NDK",