1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "hardware_interfaces_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-Apache-2.0
7    default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
10cc_library_headers {
11    name: "android.hardware.graphics.composer@2.1-passthrough",
12    defaults: ["hidl_defaults"],
13    vendor: true,
14    shared_libs: [
15        "libhardware",
16        "libhwc2on1adapter",
17        "libhwc2onfbadapter",
18    ],
19    export_shared_lib_headers: [
20        "libhardware",
21        "libhwc2on1adapter",
22        "libhwc2onfbadapter",
23    ],
24    header_libs: [
25        "android.hardware.graphics.composer@2.1-hal",
26    ],
27    export_header_lib_headers: [
28        "android.hardware.graphics.composer@2.1-hal",
29    ],
30    export_include_dirs: ["include"],
31}
32