aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-05-26 11:46:37 -0700
committerBob Badour <bbadour@google.com>2021-05-26 11:46:37 -0700
commit5996e935ac853c09f15e0c2bf69ebc561ce60db8 (patch)
treecaabce3a169c3879096c0f4f171a9a76fa25c063
parent58624c34adaf78ed2b01a5ef75c69e57df24eab9 (diff)
downloadgo-cmp-5996e935ac853c09f15e0c2bf69ebc561ce60db8.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/go-cmp
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I986cbf13affb6752d52e3002bc01d37e32d3b52c
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bc68bb5..ef85e72 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_go-cmp_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_go-cmp_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
bootstrap_go_package {
name: "go-cmp",
pkgPath: "github.com/google/go-cmp/cmp",