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 default_applicable_licenses: [ 6 "device_generic_vulkan-cereal_third-party_angle_license", 7 ], 8} 9 10// Added automatically by a large-scale-change that took the approach of 11// 'apply every license found to every target'. While this makes sure we respect 12// every license restriction, it may not be entirely correct. 13// 14// e.g. GPL in an MIT project might only apply to the contrib/ directory. 15// 16// Please consider splitting the single license below into multiple licenses, 17// taking care not to lose any license_kind information, and overriding the 18// default license using the 'licenses: [...]' property on targets as needed. 19// 20// For unused files, consider creating a 'fileGroup' with "//visibility:private" 21// to attach the license to, and including a comment whether the files may be 22// used in the current project. 23// See: http://go/android-license-faq 24license { 25 name: "device_generic_vulkan-cereal_third-party_angle_license", 26 visibility: [":__subpackages__"], 27 license_kinds: [ 28 "SPDX-license-identifier-Apache-2.0", 29 "SPDX-license-identifier-BSD", 30 "SPDX-license-identifier-GPL", 31 "SPDX-license-identifier-GPL-2.0", 32 "SPDX-license-identifier-GPL-3.0", 33 "SPDX-license-identifier-LGPL", 34 "SPDX-license-identifier-MIT", 35 "SPDX-license-identifier-Zlib", 36 "legacy_by_exception_only", // by exception only 37 "legacy_notice", 38 "legacy_unencumbered", 39 ], 40 license_text: [ 41 "LICENSE", 42 ], 43} 44 45cc_library_static { 46 name: "gfxstream_angle_stub", 47 defaults: ["gfxstream_defaults"], 48 srcs: [ 49 "gfxstreamAngleShaderTranslatorStub.cpp", 50 ], 51 export_include_dirs: [ "src/libShaderTranslator", ], 52} 53