chiark / gitweb /
Platform tools r14 compatibility
authorCiaran Gultnieks <ciaran@ciarang.com>
Sat, 18 Feb 2012 21:28:34 +0000 (21:28 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sat, 18 Feb 2012 21:28:34 +0000 (21:28 +0000)
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: