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