Home | History | Annotate | Download | only in default
      1 cc_library_shared {
      2     name: "android.hardware.graphics.composer (a] 2.1-impl",
      3     defaults: ["hidl_defaults"],
      4     vendor: true,
      5     relative_install_path: "hw",
      6     srcs: ["passthrough.cpp"],
      7     header_libs: [
      8         "android.hardware.graphics.composer (a] 2.1-passthrough",
      9     ],
     10     shared_libs: [
     11         "android.hardware.graphics.composer (a] 2.1",
     12         "android.hardware.graphics.mapper (a] 2.0",
     13         "android.hardware.graphics.mapper (a] 3.0",
     14         "libbase",
     15         "libcutils",
     16         "libfmq",
     17         "libhardware",
     18         "libhidlbase",
     19         "libhidltransport",
     20         "liblog",
     21         "libsync",
     22         "libutils",
     23         "libhwc2on1adapter",
     24         "libhwc2onfbadapter",
     25     ],
     26     cflags: [
     27         "-DLOG_TAG=\"ComposerHal\""
     28     ],
     29 }
     30 
     31 cc_binary {
     32     name: "android.hardware.graphics.composer (a] 2.1-service",
     33     defaults: ["hidl_defaults"],
     34     vendor: true,
     35     relative_install_path: "hw",
     36     srcs: ["service.cpp"],
     37     init_rc: ["android.hardware.graphics.composer (a] 2.1-service.rc"],
     38     shared_libs: [
     39         "android.hardware.graphics.composer (a] 2.1",
     40         "libbinder",
     41         "libhidlbase",
     42         "libhidltransport",
     43         "liblog",
     44         "libsync",
     45         "libutils",
     46     ],
     47 }
     48