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

Commit c9d8d203 authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Merge changes I931dafbb,I845672b2 into oc-mr1-dev am: 79069b19

am: dff6bbe6

Change-Id: I57ae6192ab2349e09fc0093648bd31dbb9dfabdf
parents 15c3e869 dff6bbe6
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",
    ],
}