mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
build: remove default NDK, closes #717
This commit is contained in:
parent
69fcd6a024
commit
9fc2a23713
5 changed files with 8 additions and 23 deletions
|
|
@ -118,15 +118,7 @@ orig_path = None
|
|||
|
||||
default_config = {
|
||||
'sdk_path': "$ANDROID_HOME",
|
||||
'ndk_paths': {
|
||||
'r10e': None,
|
||||
'r11c': None,
|
||||
'r12b': "$ANDROID_NDK",
|
||||
'r13b': None,
|
||||
'r14b': None,
|
||||
'r15c': None,
|
||||
'r16b': None,
|
||||
},
|
||||
'ndk_paths': {},
|
||||
'cachedir': os.path.join(os.getenv('HOME'), '.cache', 'fdroidserver'),
|
||||
'java_paths': None,
|
||||
'scan_binary': False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue