mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-08-13 17:49:55 +01:00
dev_scripts
doc
extras
scripts
wlauto
commands
common
core
devices
external
instrumentation
modules
resource_getters
result_processors
tests
tools
utils
workloads
__init__.py
agenda-example-biglittle.yaml
agenda-example-tutorial.yaml
config_example.py
exceptions.py
.gitignore
LICENSE
MANIFEST.in
README.rst
setup.py
It's possible that there is already a version of an app on target that differs form the version of the apk on the host. In such cases, WA will usually try to uninstall the target version and install the host version. It's possible that the uninstall may fail. If that happens, it will be reported as a warning but workload exectuion will proceed with the target version. In this case, apk_version would have already been set to that of the host apk. This change ensures that the APK version is correctly set to the target version (the one that actually ran).