chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c643d
)
Also remove 'obj' when removing jni dirs
author
Daniel Martí
<mvdan@mvdan.cc>
Thu, 31 Oct 2013 16:21:49 +0000
(17:21 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Thu, 31 Oct 2013 16:23:12 +0000
(17:23 +0100)
fdroidserver/build.py
patch
|
blob
|
history
diff --git
a/fdroidserver/build.py
b/fdroidserver/build.py
index 58b642c37ff8adff64a47a180963021fd01e5443..e5ccd19bee1ff9bca9eeaf85bf4b2c73898d97a7 100644
(file)
--- a/
fdroidserver/build.py
+++ b/
fdroidserver/build.py
@@
-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