summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChien Kun Niu <rickyniu@google.com>2023-04-17 19:13:38 +0800
committerChien Kun Niu <rickyniu@google.com>2023-04-19 08:22:01 +0000
commitedf2cd09778651c6e4dbe20750c21ce724586750 (patch)
treefc716b49f5e5bbd72d71fc7424694ac43bab7fa0
parentcb095a47305020e64072b2398376b6fd87456f00 (diff)
downloadhal-edf2cd09778651c6e4dbe20750c21ce724586750.tar.gz
usb: change JarHostTest to HostTest
Using HostTest to let RequiresDevice work. Bug: 274023187 Test: acloud create --local-image && atest VtsHalUsbGadgetV2_0HostTest Change-Id: I54b5d03ea890d49647e22457c92fe3c7346be127 Signed-off-by: Chien Kun Niu <rickyniu@google.com> (cherry picked from commit 725190dd9e39aef4548317fff6897a61fd8c63a7)
-rw-r--r--usb/gadget/aidl/host/AndroidTest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/gadget/aidl/host/AndroidTest.xml b/usb/gadget/aidl/host/AndroidTest.xml
index 41380f09..bc37e5e3 100644
--- a/usb/gadget/aidl/host/AndroidTest.xml
+++ b/usb/gadget/aidl/host/AndroidTest.xml
@@ -19,7 +19,7 @@
<option name="config-descriptor:metadata" key="plan" value="vts-hal" />
<target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
- <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest">
+ <test class="com.android.tradefed.testtype.HostTest">
<option name="jar" value="VtsHalUsbGadgetV2_0HostTest.jar" />
</test>
</configuration>