mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +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
|
@ -77,7 +77,6 @@ orig_path = None
|
|||
default_config = {
|
||||
'sdk_path': "$ANDROID_HOME",
|
||||
'ndk_paths': {
|
||||
'r9b': None,
|
||||
'r10e': None,
|
||||
'r11c': None,
|
||||
'r12b': "$ANDROID_NDK",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue