blob: eda1c486348e1eaf5abe78829280e07bc363fa25 [file] [log] [blame]
Xin Lidbf8bda2018-12-17 11:03:16 -08001soong_namespace {
2 imports: [
3 "hardware/google/interfaces",
4 "hardware/google/pixel",
Tao Bao217d5f72019-05-13 13:22:07 -07005 "hardware/qcom/bootctrl",
Xin Lidbf8bda2018-12-17 11:03:16 -08006 ],
7}
Bob Badour84289222021-03-15 09:36:46 -07008
9package {
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
27license {
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}