mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +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 apkfile: full path to the apk to check
|
||||||
:param sdk_path: path to android sdk"""
|
:param sdk_path: path to android sdk"""
|
||||||
|
|
||||||
|
# TODO: use new build-tools path
|
||||||
p = subprocess.Popen([os.path.join(sdk_path, 'platform-tools', 'aapt'),
|
p = subprocess.Popen([os.path.join(sdk_path, 'platform-tools', 'aapt'),
|
||||||
'dump', 'xmltree', apkfile, 'AndroidManifest.xml'],
|
'dump', 'xmltree', apkfile, 'AndroidManifest.xml'],
|
||||||
stdout=subprocess.PIPE)
|
stdout=subprocess.PIPE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue