mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Merge branch 'ndk' into 'master'
NDK r14b and r15b See merge request !293
This commit is contained in:
commit
6d7fd5f07c
5 changed files with 16 additions and 6 deletions
|
|
@ -74,7 +74,8 @@ default_config = {
|
|||
'r11c': None,
|
||||
'r12b': "$ANDROID_NDK",
|
||||
'r13b': None,
|
||||
'r14': None,
|
||||
'r14b': None,
|
||||
'r15b': None,
|
||||
},
|
||||
'qt_sdk_path': None,
|
||||
'build_tools': "25.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue