1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

TODO: use new build-tools path

This commit is contained in:
Daniel Martí 2013-05-17 09:25:27 +02:00
parent 793005fc63
commit 775e348853

View File

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