aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-06 04:06:06 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-06 04:06:06 +0000
commitf225de74b050f1cb9b8d5c1ddb9042c65b5e25a1 (patch)
tree08d2710d50e137232bc359325ce0d2267e3efbc3
parenta45ad32a44dea598bf938814900ee3cda10c9573 (diff)
parent65678965dd571059c4bab2d3f7b80d7ac2bb0735 (diff)
downloadwycheproof-f225de74b050f1cb9b8d5c1ddb9042c65b5e25a1.tar.gz
Snap for 7128347 from 65678965dd571059c4bab2d3f7b80d7ac2bb0735 to tm-release
Change-Id: I3dd8165451b859c215672b3a757cabebc24e859c
-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 {