mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +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
|
|
@ -348,7 +348,7 @@ class Build():
|
|||
def ndk_path(self):
|
||||
version = self.ndk
|
||||
if not version:
|
||||
version = 'r10e' # falls back to latest
|
||||
version = 'r12b' # falls back to latest
|
||||
paths = fdroidserver.common.config['ndk_paths']
|
||||
if version not in paths:
|
||||
return ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue