mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Also remove 'obj' when removing jni dirs
This commit is contained in:
parent
42a41dc3a9
commit
2e4e2a84a0
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
print "Cleaning jni dirs..."
|
print "Cleaning jni dirs..."
|
||||||
for baddir in [
|
for baddir in [
|
||||||
'libs/armeabi-v7a', 'libs/armeabi',
|
'libs/armeabi-v7a', 'libs/armeabi',
|
||||||
'libs/mips', 'libs/x86']:
|
'libs/mips', 'libs/x86', 'obj']:
|
||||||
badpath = os.path.join(build_dir, baddir)
|
badpath = os.path.join(build_dir, baddir)
|
||||||
if os.path.exists(badpath):
|
if os.path.exists(badpath):
|
||||||
print "Removing '%s'" % badpath
|
print "Removing '%s'" % badpath
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue