Don't rely on undocumented global

This commit is contained in:
Ciaran Gultnieks 2013-04-15 15:07:23 +01:00
parent dae3c9af9d
commit 2bb6d51dd3
3 changed files with 7 additions and 4 deletions

View file

@ -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...