commit | ec233bf692435c6cc1472bd2677bdf46d4befa94 | [log] [tgz] |
---|---|---|
author | Hsin-Yi Chen <hsinyichen@google.com> | Wed Jul 04 10:35:01 2018 +0800 |
committer | Hsin-Yi Chen <hsinyichen@google.com> | Wed Jul 04 11:23:00 2018 +0800 |
tree | ef30bd5c89d90fe50746bd0a24a1371a375cd3af | |
parent | 518b8253b03e42ce2bd8bbeeb9b5411ee509ab0b [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;