[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/async-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: I13459d3c517bf1b2d03b3688e5ff03f79b38903f
diff --git a/Android.bp b/Android.bp
index 09ca3df..30cd03d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,22 @@
// This file is generated by cargo2android.py --run --dependencies --device.
+package {
+ default_applicable_licenses: ["external_rust_crates_async-stream_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_async-stream_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libasync_stream",
host_supported: true,