aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-03 23:07:44 -0800
committerBob Badour <bbadour@google.com>2021-02-05 01:25:55 -0800
commitd43f2886cc86ff3f9408828e8a366e7e7f2059be (patch)
tree08d2710d50e137232bc359325ce0d2267e3efbc3
parent7f8ed30017f980f6b230063a95f52a1a1eac6787 (diff)
downloadwycheproof-d43f2886cc86ff3f9408828e8a366e7e7f2059be.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/wycheproof
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I7863a2b22a8fd7c7a5fc311f0f365c253869de97
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5c07309..bcb5369 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,20 @@
package {
default_visibility: ["//visibility:private"],
+ default_applicable_licenses: ["external_wycheproof_license"],
+}
+
+// Added automatically by a large-scale-change
+// http://go/android-license-faq
+license {
+ name: "external_wycheproof_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
}
java_library_static {