xref: /aosp_15_r20/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/Android.bp (revision 4d7e907c777eeecc4c5bd7cf640a754fac206ff7)
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: "[email protected]",
13    defaults: ["hidl_defaults"],
14    vendor: true,
15    shared_libs: [
16        "[email protected]",
17        "[email protected]",
18        "libhardware",
19    ],
20    export_shared_lib_headers: [
21        "[email protected]",
22        "[email protected]",
23        "libhardware",
24    ],
25    header_libs: [
26        "[email protected]",
27        "[email protected]_headers",
28    ],
29    export_header_lib_headers: [
30        "[email protected]",
31        "[email protected]_headers",
32    ],
33    export_include_dirs: ["include"],
34}
35