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

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

am: fbbf8ba2

Change-Id: I6b2b96b0f87e6fd960842f29cb1e800bd22418ca
parents e376fbd5 fbbf8ba2
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