mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
TODO: use new build-tools path
This commit is contained in:
parent
793005fc63
commit
775e348853
1 changed files with 1 additions and 0 deletions
|
@ -2367,6 +2367,7 @@ def isApkDebuggable(apkfile, sdk_path):
|
|||
:param apkfile: full path to the apk to check
|
||||
:param sdk_path: path to android sdk"""
|
||||
|
||||
# TODO: use new build-tools path
|
||||
p = subprocess.Popen([os.path.join(sdk_path, 'platform-tools', 'aapt'),
|
||||
'dump', 'xmltree', apkfile, 'AndroidManifest.xml'],
|
||||
stdout=subprocess.PIPE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue