summaryrefslogtreecommitdiff
path: root/gpu
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-29 16:12:34 -0700
committerBob Badour <bbadour@google.com>2021-03-29 16:15:26 -0700
commitd06a04921f889737f608c87a5726af16eb1dbcca (patch)
tree8abbab950346d8c319bc0847b328140cc6a64c0b /gpu
parentcb0fac51b10ea609164e8c694a669f0f2dd289c8 (diff)
downloadbeagle-x15-d06a04921f889737f608c87a5726af16eb1dbcca.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to device/ti/beagle_x15
Added SPDX-license-identifier-Apache-2.0 to: recovery/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: Android.bp gralloc/Android.bp Added SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: gpu/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ie80b54069b4ef196715d249f2e2c3e8f407f8347 Merged-in: Ie80b54069b4ef196715d249f2e2c3e8f407f8347 Merged-in: Ic14ec800f8aab3941b1615eb4e29b09735bf49ff
Diffstat (limited to 'gpu')
-rw-r--r--gpu/Android.bp30
1 files changed, 30 insertions, 0 deletions
diff --git a/gpu/Android.bp b/gpu/Android.bp
index 0d8941e..e9f04a7 100644
--- a/gpu/Android.bp
+++ b/gpu/Android.bp
@@ -15,6 +15,36 @@
// Core dependencies
+package {
+ default_applicable_licenses: ["device_ti_beagle_x15_gpu_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: "device_ti_beagle_x15_gpu_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_prebuilt_library_shared {
name: "libIMGegl",
srcs: ["libIMGegl.so"],