Properly default to NDK r10e

This commit is contained in:
Daniel Martí 2015-08-05 10:33:18 -07:00
parent c8806a3235
commit bad611ce5a
2 changed files with 2 additions and 2 deletions

View file

@ -202,7 +202,7 @@ def read_config(opts, config_file='config.py'):
def get_ndk_path(version):
if version is None:
version = 'r10e' # latest
version = 'r10e' # falls back to latest
paths = config['ndk_paths']
if version not in paths:
return ''