1// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE 2// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE 3// DEPENDING ON IT IN YOUR PROJECT. *** 4package { 5 // See: http://go/android-license-faq 6 // A large-scale-change added 'default_applicable_licenses' to import 7 // all of the 'license_kinds' from "external_mesa3d_license" 8 // to get the below license kinds: 9 // SPDX-license-identifier-Apache-2.0 10 // SPDX-license-identifier-BSD 11 // SPDX-license-identifier-BSL-1.0 12 // SPDX-license-identifier-ISC 13 // SPDX-license-identifier-MIT 14 // SPDX-license-identifier-Unlicense 15 // legacy_by_exception_only (by exception only) 16 // legacy_notice 17 // legacy_unencumbered 18 default_applicable_licenses: ["external_mesa3d_license"], 19} 20 21cc_library_headers { 22 name: "libmesa_glsl_utils_includes", 23 export_include_dirs: [ 24 "compiler/nir", 25 "mapi", 26 "gallium/include", 27 "gallium/auxiliary", 28 ], 29 host_supported: true, 30 vendor: true, 31 visibility: [":__subpackages__"], 32} 33 34cc_library_headers { 35 name: "mesa_mapi_headers", 36 export_include_dirs: ["mapi"], 37 host_supported: true, 38 vendor: true, 39 visibility: [":__subpackages__"], 40} 41 42cc_library_headers { 43 name: "libmesa_sse41_includes", 44 export_include_dirs: [ 45 "mapi", 46 "gallium/include", 47 "gallium/auxiliary", 48 ], 49 vendor: true, 50 visibility: [":__subpackages__"], 51} 52