1soong_namespace { 2 imports: [ 3 "hardware/google/interfaces", 4 "hardware/google/pixel", 5 "hardware/qcom/bootctrl", 6 ], 7} 8 9package { 10 default_applicable_licenses: ["device_google_barbet_license"], 11} 12 13// Added automatically by a large-scale-change that took the approach of 14// 'apply every license found to every target'. While this makes sure we respect 15// every license restriction, it may not be entirely correct. 16// 17// e.g. GPL in an MIT project might only apply to the contrib/ directory. 18// 19// Please consider splitting the single license below into multiple licenses, 20// taking care not to lose any license_kind information, and overriding the 21// default license using the 'licenses: [...]' property on targets as needed. 22// 23// For unused files, consider creating a 'fileGroup' with "//visibility:private" 24// to attach the license to, and including a comment whether the files may be 25// used in the current project. 26// See: http://go/android-license-faq 27license { 28 name: "device_google_barbet_license", 29 visibility: [":__subpackages__"], 30 license_kinds: [ 31 "SPDX-license-identifier-Apache-2.0", 32 "SPDX-license-identifier-BSD", 33 ], 34 // large-scale-change unable to identify any license_text files 35} 36