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

Commit f7693eed authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

Update the test binary and source file name.

* To confirm with Vts naming convention.

Bug: 35273456
Test: mma
Change-Id: Ide6d9d15618e65d8cb74363f3a8acd52609cd0dd
parent 801f78cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
//

cc_test {
    name: "bluetooth_hidl_hal_test",
    name: "VtsHalBluetoothV1_0TargetTest",
    gtest: true,
    srcs: ["bluetooth_hidl_hal_test.cpp"],
    srcs: ["VtsHalBluetoothV1_0TargetTest.cpp"],
    shared_libs: [
        "libbase",
        "liblog",
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
//

cc_test {
    name: "ir_hidl_hal_test",
    name: "VtsHalIrV1_0TargetTest",
    gtest: true,
    srcs: ["ir_hidl_hal_test.cpp"],
    srcs: ["VtsHalIrV1_0TargetTest.cpp"],
    shared_libs: [
        "libbase",
        "liblog",
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
//

cc_test {
    name: "nfc_hidl_hal_test",
    name: "VtsHalNfcV1_0TargetTest",
    gtest: true,
    srcs: ["nfc_hidl_hal_test.cpp"],
    srcs: ["VtsHalNfcV1_0TargetTest.cpp"],
    shared_libs: [
        "libbase",
        "liblog",
Loading