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

@ -103,7 +103,7 @@ flag_defaults = OrderedDict([
('scandelete', []),
('build', ''),
('buildjni', []),
('ndk', 'r9b'), # defaults to oldest
('ndk', 'r10e'), # defaults to latest
('preassemble', []),
('antcommands', None),
('novcheck', False),