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