aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-03-30 21:12:37 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-30 21:12:37 +0000
commit10bccd22d43821d05bdaaa95c38fe1223ff97a28 (patch)
tree56f40e885b65c080e1c2da4cb882ec81b0bd44cf
parent156ebae8304acbff91320101e4a25f228343e96d (diff)
parent4842364b313c250adcf08c829a5d1e6ef7f25e62 (diff)
downloadtokio-util-10bccd22d43821d05bdaaa95c38fe1223ff97a28.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-util am: 4842364b31
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-util/+/2515695 Change-Id: I4aabb925b66a0ed8e0100dfafe185b736159d9c1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index fa08a2f..97572b5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
+package {
+ default_applicable_licenses: ["external_rust_crates_tokio-util_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tokio-util_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libtokio_util",
host_supported: true,