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

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: I19e654b88e2e2e467f75899ddcefd699a588318c
diff --git a/Android.bp b/Android.bp
index 82b7860..a212b3b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,24 @@
 // This file is generated by cargo2android.py --run --dependencies --device.
 
+package {
+    default_applicable_licenses: [
+        "external_rust_crates_async-stream-impl_license",
+    ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_rust_crates_async-stream-impl_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 rust_proc_macro {
     name: "libasync_stream_impl",
     crate_name: "async_stream_impl",