mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Remove deprecated parameter
This commit is contained in:
parent
e0e6e711c3
commit
a49b405780
3 changed files with 4 additions and 5 deletions
|
@ -470,7 +470,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
|||
src = os.path.join(bindir, src)
|
||||
|
||||
# Make sure it's not debuggable...
|
||||
if not install and common.isApkDebuggable(src, sdk_path):
|
||||
if not install and common.isApkDebuggable(src):
|
||||
raise BuildException("APK is debuggable")
|
||||
|
||||
# By way of a sanity check, make sure the version and version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue