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

Commit 8422f6aa authored by Zhuoyao Zhang's avatar Zhuoyao Zhang
Browse files

Update the test binary and source file name on master.

* To confirm with Vts naming convention.

Bug: 35273456
Test: mma
Change-Id: I845da64085253cd02480465479618308045a52ed
parent 981207d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
//

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

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

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