mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-03 09:19:03 +00:00
Fix an issue where AndroidWorkload.pull_apk would sometimes get the wrong package if the desired package name is a substring of another package name. Rather than using a regex to match the package name, use the new get_package_info method to match the name exactly.