mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Also remove 'obj' when removing jni dirs
This commit is contained in:
parent
41c643d301
commit
387701dcda
@ -381,7 +381,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||
print "Cleaning jni dirs..."
|
||||
for baddir in [
|
||||
'libs/armeabi-v7a', 'libs/armeabi',
|
||||
'libs/mips', 'libs/x86']:
|
||||
'libs/mips', 'libs/x86', 'obj']:
|
||||
badpath = os.path.join(build_dir, baddir)
|
||||
if os.path.exists(badpath):
|
||||
print "Removing '%s'" % badpath
|
||||
|
Loading…
Reference in New Issue
Block a user