Home | History | Annotate | Download | only in passthrough
      1 cc_library_headers {
      2     name: "android.hardware.graphics.composer (a] 2.1-passthrough",
      3     defaults: ["hidl_defaults"],
      4     vendor: true,
      5     shared_libs: [
      6         "libhardware",
      7         "libhwc2on1adapter",
      8         "libhwc2onfbadapter",
      9     ],
     10     export_shared_lib_headers: [
     11         "libhardware",
     12         "libhwc2on1adapter",
     13         "libhwc2onfbadapter",
     14     ],
     15     header_libs: [
     16         "android.hardware.graphics.composer (a] 2.1-hal",
     17     ],
     18     export_header_lib_headers: [
     19         "android.hardware.graphics.composer (a] 2.1-hal",
     20     ],
     21     export_include_dirs: ["include"],
     22 }
     23