Xin Li | dbf8bda | 2018-12-17 11:03:16 -0800 | [diff] [blame] | 1 | soong_namespace { |
| 2 | imports: [ |
| 3 | "hardware/google/interfaces", |
| 4 | "hardware/google/pixel", |
Tao Bao | 217d5f7 | 2019-05-13 13:22:07 -0700 | [diff] [blame] | 5 | "hardware/qcom/bootctrl", |
Xin Li | dbf8bda | 2018-12-17 11:03:16 -0800 | [diff] [blame] | 6 | ], |
| 7 | } |
Bob Badour | 8428922 | 2021-03-15 09:36:46 -0700 | [diff] [blame] | 8 | |
| 9 | package { |
| 10 | default_applicable_licenses: ["device_google_coral_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 |
| 27 | license { |
| 28 | name: "device_google_coral_license", |
| 29 | visibility: [":__subpackages__"], |
| 30 | license_kinds: [ |
| 31 | "SPDX-license-identifier-Apache-2.0", |
| 32 | "SPDX-license-identifier-BSD", |
| 33 | "SPDX-license-identifier-MIT", |
| 34 | "legacy_not_a_contribution", |
| 35 | "legacy_unencumbered", |
| 36 | ], |
| 37 | // large-scale-change unable to identify any license_text files |
| 38 | } |