From 5702a145efb97b27e5187c8f598d1542efe9c2ed Mon Sep 17 00:00:00 2001
From: James Hartley <james.hartley@arm.com>
Date: Thu, 28 Apr 2016 11:45:49 +0100
Subject: [PATCH] Extend uiauto build script to copy all dependant classes

This allows the addition of more uiauto related classes beyond BaseUiAutomation.
---
 wlauto/external/uiauto/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wlauto/external/uiauto/build.sh b/wlauto/external/uiauto/build.sh
index 074f245a..b32ec134 100755
--- a/wlauto/external/uiauto/build.sh
+++ b/wlauto/external/uiauto/build.sh
@@ -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