[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-util am: 4842364b31 am: 10bccd22d4 am: a54bda59c1 am: 0e1f65f9ec

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tokio-util/+/2515695

Change-Id: I3f6e6dc8a0b4e7f3d304662bdd517ad5344ac327
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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,