summaryrefslogtreecommitdiff
path: root/thermal/Android.bp
blob: fcd227e1eb351705e7f409bcf9f8d8b44ae0c719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cc_library_shared {
    name: "android.hardware.thermal@1.1-wahoo",
    defaults: ["hidl_defaults"],
    owner: "qcom",
    vendor: true,
    relative_install_path: "hw",
    srcs: [
        "Thermal.cpp",
        "thermal-helper.cpp",
    ],
    export_include_dirs: ["."],
    shared_libs: [
        "libbase",
        "libhidlbase",
        "libhidltransport",
        "libutils",
        "android.hardware.thermal@1.0",
        "android.hardware.thermal@1.1",
    ],
}