• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_shared {
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        "Thermal.cpp",
9        "thermal-helper.cpp",
10    ],
11    export_include_dirs: ["."],
12    shared_libs: [
13        "libbase",
14        "libhidlbase",
15        "libhidltransport",
16        "libutils",
17        "android.hardware.thermal@1.0",
18        "android.hardware.thermal@1.1",
19    ],
20}
21