mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
TODO: use new build-tools path
This commit is contained in:
parent
793005fc63
commit
775e348853
@ -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…
Reference in New Issue
Block a user