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

Commit a1b981b7 authored by Tri Vo's avatar Tri Vo
Browse files

Thermal 1.1 test statically links to hal def libs.

Bug: 64040096
Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check
--skip-preconditions --module VtsHalThermalV1_1Target
Change-Id: I931dafbbdb518e387615909a69f83e6a37c4a62f
parent 85db47a5
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -16,20 +16,11 @@

cc_test {
    name: "VtsHalThermalV1_1TargetTest",
    defaults: ["hidl_defaults"],
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: ["VtsHalThermalV1_1TargetTest.cpp"],
    shared_libs: [
        "liblog",
        "libhidlbase",
        "libhidltransport",
        "libutils",
    static_libs: [
        "android.hardware.thermal@1.0",
        "android.hardware.thermal@1.1",
    ],
    static_libs: ["VtsHalHidlTargetTestBase"],
    cflags: [
        "-O0",
        "-g",
    ],
}