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

Commit fbbf8ba2 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

am: a266d7bd

Change-Id: Ie6aba9314dca831fd80d022cfa79c38ac25a6544
parents f92167fb a266d7bd
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