1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-04-13 14:20:50 +01:00

Extend uiauto build script to copy all dependant classes

This allows the addition of more uiauto related classes beyond BaseUiAutomation.
This commit is contained in:
James Hartley 2016-04-28 11:45:49 +01:00
parent 16ba611789
commit 5702a145ef

View File

@ -18,4 +18,4 @@
ant build
cp bin/classes/com/arm/wlauto/uiauto/BaseUiAutomation.class ../../common/android
cp bin/classes/com/arm/wlauto/uiauto/*.class ../../common/android