From 4730dd3f0a8c1e10ca1ef2819c4d909e0c60a3bb Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 31 Oct 2013 03:16:38 +0100 Subject: [PATCH] more android/python-for-android directory to clean after building the distribution --- buildozer/targets/android.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildozer/targets/android.py b/buildozer/targets/android.py index ea48d9e..7d258aa 100644 --- a/buildozer/targets/android.py +++ b/buildozer/targets/android.py @@ -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