From: Ciaran Gultnieks Date: Mon, 15 Apr 2013 13:00:27 +0000 (+0100) Subject: Debuggable allowed when using --install X-Git-Tag: 0.1~642^2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=dae3c9af9dbe9551e8936de97fb9dab7531d79b9;p=fdroidserver.git Debuggable allowed when using --install --- diff --git a/fdroidserver/build.py b/fdroidserver/build.py index 54b0b287..220e368b 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -391,7 +391,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, extlib_dir, tmp_dir, src = os.path.join(bindir, src) # Make sure it's not debuggable... - if common.isApkDebuggable(src): + if not install and common.isApkDebuggable(src): raise BuildException("APK is debuggable") # By way of a sanity check, make sure the version and version