blob: 893d2c637c92bcc8a610c33e791574a57b66504f [file] [log] [blame]
Robin Pengcd374d82021-02-23 20:00:46 +08001soong_namespace {
2 imports: [
3 "hardware/google/interfaces",
4 "hardware/google/pixel",
Benjamin Schwartz8cf084a2021-03-18 17:55:40 -07005 "device/google/gs101",
Robin Pengcd374d82021-02-23 20:00:46 +08006 ],
7}
8
9package {
10 default_applicable_licenses: ["device_google_raviole_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_raviole_license",
29 visibility: [":__subpackages__"],
30 license_kinds: [
31 "SPDX-license-identifier-Apache-2.0",
32 "SPDX-license-identifier-BSD",
33 ],
34 license_text: [
35 "NOTICE",
36 ],
37}