[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tokio-stream

Added SPDX-license-identifier-MIT to:
  Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: If03479b9e678ca3eb6ff5299971a6703c4d052e2
diff --git a/Android.bp b/Android.bp
index 46c372a..9061ce0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
 // This file is generated by cargo2android.py --device --run --features=time,net,io-util,fs --dependencies.
 
+package {
+    default_applicable_licenses: ["external_rust_crates_tokio-stream_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_rust_crates_tokio-stream_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 rust_library {
     name: "libtokio_stream",
     host_supported: true,