mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
Don't rely on undocumented global
This commit is contained in:
parent
dae3c9af9d
commit
2bb6d51dd3
3 changed files with 7 additions and 4 deletions
|
@ -330,7 +330,7 @@ def main():
|
|||
thisinfo['sdkversion'] = 0
|
||||
|
||||
# Check for debuggable apks...
|
||||
if common.isApkDebuggable(apkfile):
|
||||
if common.isApkDebuggable(apkfile, sdk_path):
|
||||
print "WARNING: {0} is debuggable... {1}".format(apkfile, line)
|
||||
|
||||
# Calculate the md5 and sha256...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue