Merge branch 'ndk-r12' into 'master'

NDK r12



See merge request !147
This commit is contained in:
Hans-Christoph Steiner 2016-07-18 14:50:51 +00:00
commit 9be1c75e58
10 changed files with 25 additions and 30 deletions

View file

@ -460,7 +460,7 @@ def build_local(app, build, vcs, build_dir, output_dir, srclib_dir, extlib_dir,
ndk_path = build.ndk_path()
if build.ndk or (build.buildjni and build.buildjni != ['no']):
if not ndk_path:
logging.critical("Android NDK version '%s' could not be found!" % build.ndk or 'r10e')
logging.critical("Android NDK version '%s' could not be found!" % build.ndk or 'r12b')
logging.critical("Configured versions:")
for k, v in config['ndk_paths'].items():
if k.endswith("_orig"):