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

Commit a266d7bd authored by Zhuoyao Zhang's avatar Zhuoyao Zhang Committed by android-build-merger
Browse files

Update the test binary and source file name.

am: f7693eed

Change-Id: If5289d134a396eba76c5ac8ade133ae3576bf506
parents f92167fb f7693eed
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