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:
bccc6ce
)
Platform tools r14 compatibility
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 18 Feb 2012 21:28:34 +0000
(21:28 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 18 Feb 2012 21:28:34 +0000
(21:28 +0000)
common.py
patch
|
blob
|
history
diff --git
a/common.py
b/common.py
index f51d892f9488d385efc385ee6ec3976d35445bd8..db0432f3edf24bc52ea9c5f9f3cc30e716cc7507 100644
(file)
--- a/
common.py
+++ b/
common.py
@@
-709,7
+709,7
@@
def prepare_source(vcs, app, build, build_dir, extlib_dir, sdk_path, ndk_path, j
# If the app has ant set up to sign the release, we need to switch
# that off, because we want the unsigned apk...
- for propfile in ('build.properties', 'default.properties'):
+ for propfile in ('build.properties', 'default.properties'
, 'ant.properties'
):
if os.path.exists(os.path.join(root_dir, propfile)):
if subprocess.call(['sed','-i','s/^key.store/#/',
propfile], cwd=root_dir) !=0: