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