mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
makebuildserver: fix NDK r14b provisioning
Replace r14 with r14b after a57bff7
.
This commit is contained in:
parent
0be224b3e0
commit
ecdb2c685a
4 changed files with 6 additions and 6 deletions
|
@ -74,7 +74,7 @@ default_config = {
|
|||
'r11c': None,
|
||||
'r12b': "$ANDROID_NDK",
|
||||
'r13b': None,
|
||||
'r14': None,
|
||||
'r14b': None,
|
||||
},
|
||||
'qt_sdk_path': None,
|
||||
'build_tools': "25.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue