Minor code cleanup (formatting)
This commit is contained in:
parent
1fcae9834f
commit
707b4935cd
1 changed files with 1 additions and 2 deletions
|
@ -367,7 +367,6 @@ class TargetAndroid(Target):
|
|||
modules_str = ' '.join(android_requirements)
|
||||
cmd = self.buildozer.cmd
|
||||
self.buildozer.debug('Clean and build python-for-android')
|
||||
# cmd('git clean -dxf', cwd=self.pa_dir)
|
||||
cmd('./distribute.sh -m "{0}" -d "{1}"'.format(modules_str, dist_name),
|
||||
cwd=self.pa_dir)
|
||||
self.buildozer.debug('Remove temporary build files')
|
||||
|
|
Loading…
Reference in a new issue