aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-03-30 22:53:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-30 22:53:06 +0000
commit0e1f65f9ec6f5b242333a7e48f882bb7a325607a (patch)
tree56f40e885b65c080e1c2da4cb882ec81b0bd44cf
parent2503e7493e1b86b087c3910912e90d79108c9661 (diff)
parenta54bda59c1b6c8fb97e55aa8da3199d011529386 (diff)
downloadtokio-util-0e1f65f9ec6f5b242333a7e48f882bb7a325607a.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-util am: 4842364b31 am: 10bccd22d4 am: a54bda59c1android14-dev
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-util/+/2515695 Change-Id: Ic258bba9f36a951d7262c088cce67cdda4d410e5 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,