Kivy build support, wip

This commit is contained in:
Ciaran Gultnieks 2013-11-24 22:11:41 +00:00
parent 157fe2a1fd
commit 1390704c91
2 changed files with 59 additions and 1 deletions

View file

@ -776,6 +776,7 @@ def prepare_source(vcs, app, build, build_dir, srclib_dir, extlib_dir, onserver=
updatemode = build.get('update', 'auto')
if (updatemode != 'no'
and build.get('maven', 'no') == 'no'
and build.get('kivy', 'no') == 'no'
and build.get('gradle', 'no') == 'no'):
parms = [os.path.join(config['sdk_path'], 'tools', 'android'),
'update', 'project']