aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 21:41:48 -0800
committerBob Badour <bbadour@google.com>2021-02-12 21:41:48 -0800
commitcd42a2b85f4c3e25e21f71fd45c870f84174999c (patch)
tree64b417e240b14d91f85003ce6145adece3cbd874
parentc36e159efc2afec821724c8dbe26874e8fa7ba7b (diff)
downloadvixl-cd42a2b85f4c3e25e21f71fd45c870f84174999c.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/vixlandroid-s-preview-1
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: Ic40a82e96639f4530083131f6c0bb99559ab0513
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 52e2b63f..093f33ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,20 @@
package {
default_visibility: ["//visibility:private"],
+ default_applicable_licenses: ["external_vixl_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_vixl_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENCE",
+ ],
}
cc_defaults {