summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-01-25 13:11:59 -0800
committerBob Badour <bbadour@google.com>2022-01-25 13:11:59 -0800
commit361af062e961fc45fe0ebb606d9775cbce7f1d3a (patch)
treeb48da0a9c3346d0a6145de2875ba3a84000a6b61 /Android.bp
parent2ff5becb416fe2b251b0f1d03147608ba1baf248 (diff)
Fix license texts.
Thermal has one BSD file. The rest is Android 1p. Test: m nothing Change-Id: Ic94f626213dfdc1942872a34aa1b4bfc81abd23c
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp27
1 files changed, 2 insertions, 25 deletions
diff --git a/Android.bp b/Android.bp
index 284a095..545a489 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,29 +3,6 @@ soong_namespace {
}
package {
- default_applicable_licenses: ["hardware_google_pixel_license"],
-}
-
-// Added automatically by a large-scale-change that took the approach of
-// 'apply every license found to every target'. While this makes sure we respect
-// every license restriction, it may not be entirely correct.
-//
-// e.g. GPL in an MIT project might only apply to the contrib/ directory.
-//
-// Please consider splitting the single license below into multiple licenses,
-// taking care not to lose any license_kind information, and overriding the
-// default license using the 'licenses: [...]' property on targets as needed.
-//
-// For unused files, consider creating a 'fileGroup' with "//visibility:private"
-// to attach the license to, and including a comment whether the files may be
-// used in the current project.
-// See: http://go/android-license-faq
-license {
- name: "hardware_google_pixel_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- "SPDX-license-identifier-BSD",
- ],
- // large-scale-change unable to identify any license_text files
+ // See: http://go/android-license-faq
+ default_applicable_licenses: ["Android-Apache-2.0"],
}