mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Re-add NDK r12b, now fixed.
This commit is contained in:
parent
bf153ec247
commit
059d216aff
9 changed files with 18 additions and 8 deletions
|
@ -56,7 +56,8 @@ default_config = {
|
|||
'sdk_path': "$ANDROID_HOME",
|
||||
'ndk_paths': {
|
||||
'r9b': None,
|
||||
'r10e': "$ANDROID_NDK",
|
||||
'r10e': None,
|
||||
'r12b': "$ANDROID_NDK",
|
||||
},
|
||||
'build_tools': "24.0.0",
|
||||
'force_build_tools': False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue