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.allocator@2.0-hal",
12    defaults: ["hidl_defaults"],
13    vendor: true,
14    shared_libs: [
15        "android.hardware.graphics.allocator@2.0",
16        "android.hardware.graphics.mapper@2.0",
17    ],
18    export_shared_lib_headers: [
19        "android.hardware.graphics.allocator@2.0",
20        "android.hardware.graphics.mapper@2.0",
21    ],
22    export_include_dirs: ["include"],
23}
24