summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-19 02:25:22 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-19 02:25:22 +0000
commit251a0ae404d22ecd4e683832149383fc21ecf082 (patch)
treef313e799c4e2737fe4c3f0e33bbeff02c2c9d508
parentbb9374610c48a02f48ffb11871f2237ecc3cec27 (diff)
parente016335a11c12168231496c4d2380252fd2d13bc (diff)
downloadam57x-251a0ae404d22ecd4e683832149383fc21ecf082.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to hardware/ti/am57x am: b337711799 am: e016335a11
Original change: https://android-review.googlesource.com/c/platform/hardware/ti/am57x/+/1588375 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3d616dcde2c1e4b7901bb8ea8e83bf320fd919a8
-rw-r--r--Android.bp28
-rw-r--r--bootctrl/Android.bp9
-rw-r--r--libhwcomposer/Android.bp30
3 files changed, 67 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9515b25..c02cb29 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,2 +1,30 @@
soong_namespace {
}
+
+package {
+ default_applicable_licenses: ["hardware_ti_am57x_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_ti_am57x_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-MIT",
+ ],
+ // large-scale-change unable to identify any license_text files
+}
diff --git a/bootctrl/Android.bp b/bootctrl/Android.bp
index ce5041f..f484c6f 100644
--- a/bootctrl/Android.bp
+++ b/bootctrl/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_ti_am57x_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_ti_am57x_license"],
+}
+
cc_library_shared {
name: "bootctrl.am57x",
diff --git a/libhwcomposer/Android.bp b/libhwcomposer/Android.bp
index 7857e48..410391d 100644
--- a/libhwcomposer/Android.bp
+++ b/libhwcomposer/Android.bp
@@ -12,6 +12,36 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["hardware_ti_am57x_libhwcomposer_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_ti_am57x_libhwcomposer_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_library_shared {
name: "hwcomposer.am57x",