[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tracing-core am: 874f6b8340 am: a90b9019f9 am: d8b747f127 am: 6eac997884

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tracing-core/+/2515755

Change-Id: I4fc8163560c6931620f11f9014d05df8366a31d2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 344507e..a2191b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
 
 
 
+package {
+    default_applicable_licenses: ["external_rust_crates_tracing-core_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_rust_crates_tracing-core_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 rust_library {
     name: "libtracing_core",
     // has rustc warnings