blob: 5ef59a0033ef3d754fcbccaf79d575e3c9202d55 [file] [log] [blame]
Kaiyi Li6db96402022-02-09 10:52:09 -08001package {
2 default_applicable_licenses: ["external_gfxstream-protocols_license"],
3}
4
5license {
6 name: "external_gfxstream-protocols_license",
7 visibility: [":__subpackages__"],
8 license_kinds: [
9 "SPDX-license-identifier-Apache-2.0",
10 "SPDX-license-identifier-BSD",
11 "SPDX-license-identifier-CC-BY-4.0",
12 "SPDX-license-identifier-MIT",
13 ],
14 license_text: [
15 "LICENSE",
16 ],
17}
18
19cc_library_headers {
20 name: "gfxstream_vulkan_headers",
21 export_include_dirs: ["include/vulkan/include"],
22 host_supported: true,
23 apex_available: [
24 "//apex_available:platform",
25 "com.android.virt",
26 ],
27}