• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_shared {
2    name: "libthermalcallback",
3    srcs: [
4        "ThermalCallback.cpp",
5    ],
6    cflags: [
7        "-Wall",
8        "-Werror",
9    ],
10    include_dirs: ["frameworks/native"],
11    shared_libs: [
12        "android.hardware.thermal@1.1",
13        "libhidlbase",
14        "libhidltransport",
15        "liblog",
16        "libthermalservice",
17        "libutils",
18    ],
19}
20