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

Commit f52c8d03 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Rename usb test according to vts convention."

parents 108c3855 e5b08a31
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -15,9 +15,9 @@
//
//


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


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


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