all: add NDK r12b and set it as default

This commit is contained in:
Daniel Martí 2016-07-13 16:45:05 +01:00
parent 0f708f367c
commit 82d09560c6
9 changed files with 23 additions and 8 deletions

View file

@ -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 ''