commit | b782cb856539bb855afb19d439497e1ceb585f64 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Wed Jul 04 10:35:01 2018 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Mon Aug 13 15:13:28 2018 +0800 |
tree | 4fd11bc12e8953958f908d701a204519c5143747 | |
parent | 795990cca6f0979ec9cd397e345bd87a247ff97f [diff] |
Fix IUsb version number in vts test Bug: 110913709 Test: vts-tradefed run vts -m VtsHalUsbV1_1Target Change-Id: I9ae6add2fe8ff7138e07797c3a191b6dfe611948 Merged-In: I9ae6add2fe8ff7138e07797c3a191b6dfe611948 (cherry picked from commit b4193b855c745da6772607d32f5351300ac826e1)
diff --git a/usb/1.1/vts/functional/VtsHalUsbV1_1TargetTest.cpp b/usb/1.1/vts/functional/VtsHalUsbV1_1TargetTest.cpp index c990b23..caf9c69 100644 --- a/usb/1.1/vts/functional/VtsHalUsbV1_1TargetTest.cpp +++ b/usb/1.1/vts/functional/VtsHalUsbV1_1TargetTest.cpp
@@ -31,8 +31,8 @@ #include <condition_variable> #include <mutex> +using ::android::hardware::usb::V1_1::IUsb; using ::android::hardware::usb::V1_1::IUsbCallback; -using ::android::hardware::usb::V1_0::IUsb; using ::android::hardware::usb::V1_0::PortDataRole; using ::android::hardware::usb::V1_0::PortMode; using ::android::hardware::usb::V1_1::PortMode_1_1;