more android/python-for-android directory to clean after building the distribution
This commit is contained in:
parent
b64fd7a41c
commit
4730dd3f0a
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ class TargetAndroid(Target):
|
|||
self.buildozer.debug('Remove temporary build files')
|
||||
self.buildozer.rmdir(join(self.pa_dir, 'build'))
|
||||
self.buildozer.rmdir(join(self.pa_dir, '.packages'))
|
||||
self.buildozer.rmdir(join(self.pa_dir, 'src', 'jni', 'obj', 'local'))
|
||||
self.buildozer.info('Distribution compiled.')
|
||||
|
||||
# ensure we will not compile again
|
||||
|
|
Loading…
Reference in a new issue