1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-31 07:04:17 +00:00

BenchmarkPi: Updated for uiauto2 refactor

This commit is contained in:
Marc Bonnici
2017-06-28 11:19:57 +01:00
parent 9284472d8b
commit d015cce91e
4 changed files with 6 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ if [[ ! -f gradlew ]]; then
exit 9
fi
# Copy base class library from wlauto dist
# Copy base class library from wa dist
libs_dir=app/libs
base_class=`python -c "import os, wa; print os.path.join(os.path.dirname(wa.__file__), 'framework', 'uiauto', 'uiauto.aar')"`
mkdir -p $libs_dir