1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-06 20:11:53 +01:00

utils/android: Switch to using the lxml module

Using dexdump from versions 30.0.1-30.0.3 of Android build tools
does not produce valid XML caused by certain APKs
Use the lxml module for parsing xml as it is more robust and
better equipped to handle errors in input.
This commit is contained in:
Marc Bonnici
2021-01-05 16:55:48 +00:00
committed by setrofim
parent e251b158b2
commit e3da419e5b
2 changed files with 7 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ params = dict(
'numpy; python_version>="3"',
'pandas<=0.24.2; python_version<"3"',
'pandas; python_version>"3"',
'lxml', # More robust xml parsing
],
extras_require={
'daq': ['daqpower>=2'],