Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5b08a31 authored by Tri Vo's avatar Tri Vo
Browse files

Rename usb test according to vts convention.

Test: make vts
Change-Id: If2e99f5510f01772e26b5867a7a0152025233715
parent 85beb938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
//

cc_test {
    name: "usb_hidl_hal_test",
    name: "VtsHalUsbV1_0TargetTest",
    gtest: true,
    srcs: ["usb_hidl_hal_test.cpp"],
    srcs: ["VtsHalUsbV1_0TargetTest.cpp"],
    shared_libs: [
        "libbase",
        "liblog",
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

#define LOG_TAG "usb_hidl_hal_test"
#define LOG_TAG "VtsHalUsbV1_0TargetTest"
#include <android-base/logging.h>

#include <android/hardware/usb/1.0/IUsb.h>