From 2f1951ef3221a7a12dcb73d691471bbc64ae7869 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sat, 18 Feb 2012 21:28:34 +0000 Subject: [PATCH] Platform tools r14 compatibility --- common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.py b/common.py index f51d892f..db0432f3 100644 --- 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: