summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-20 17:22:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-20 17:22:56 +0000
commitfb9ea7f0fafa9aa7f882f927faa0d12b117b83da (patch)
treef313e799c4e2737fe4c3f0e33bbeff02c2c9d508
parent4f3c33b282a3dea5e6c47976ef1992597e158a36 (diff)
parent251a0ae404d22ecd4e683832149383fc21ecf082 (diff)
downloadam57x-fb9ea7f0fafa9aa7f882f927faa0d12b117b83da.tar.gz
Original change: https://android-review.googlesource.com/c/platform/hardware/ti/am57x/+/1588375 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0ccfd6b90948cff6df04958a3b08135446db9dec
-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",