Home | History | Annotate | Download | only in default
      1 cc_library_shared {
      2     name: "android.hardware.thermal (a] 1.0-impl",
      3     defaults: ["hidl_defaults"],
      4     proprietary: true,
      5     relative_install_path: "hw",
      6     srcs: ["Thermal.cpp"],
      7     shared_libs: [
      8         "liblog",
      9         "libcutils",
     10         "libhardware",
     11         "libbase",
     12         "libcutils",
     13         "libutils",
     14         "libhidlbase",
     15         "libhidltransport",
     16         "android.hardware.thermal (a] 1.0",
     17     ],
     18 }
     19