• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library {
2    name: "android.hardware.thermal@1.1-wahoo",
3    defaults: ["hidl_defaults"],
4    owner: "qcom",
5    vendor: true,
6    relative_install_path: "hw",
7    srcs: [
8	"sensors.cpp",
9        "Thermal.cpp",
10        "thermal-helper.cpp",
11    ],
12    export_include_dirs: ["."],
13    shared_libs: [
14        "libbase",
15        "libhidlbase",
16        "libhidltransport",
17        "libutils",
18        "android.hardware.thermal@1.0",
19        "android.hardware.thermal@1.1",
20    ],
21}
22