Fix the script defaults

This commit is contained in:
Daniel Martí 2014-06-01 19:11:49 +02:00
parent 9f1c075119
commit 67cbd1fba4

View file

@ -78,7 +78,7 @@ flag_defaults = OrderedDict([
('commit', None), ('commit', None),
('subdir', None), ('subdir', None),
('submodules', False), ('submodules', False),
('init', None), ('init', ''),
('patch', []), ('patch', []),
('gradle', False), ('gradle', False),
('maven', False), ('maven', False),
@ -91,12 +91,12 @@ flag_defaults = OrderedDict([
('forcevercode', False), ('forcevercode', False),
('rm', []), ('rm', []),
('extlibs', []), ('extlibs', []),
('prebuild', []), ('prebuild', ''),
('update', ['auto']), ('update', ['auto']),
('target', None), ('target', None),
('scanignore', []), ('scanignore', []),
('scandelete', []), ('scandelete', []),
('build', []), ('build', ''),
('buildjni', []), ('buildjni', []),
('preassemble', []), ('preassemble', []),
('antcommand', None), ('antcommand', None),