[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/kernlog am: 18acd4fc9e am: fd8a63e03e am: 081f723214

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/kernlog/+/1750999

Change-Id: Idcab1d38dfb83bebaddaa88979c997ea63cda3a5
diff --git a/Android.bp b/Android.bp
index bb2a55a..6dc214d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,23 @@
 
 
 
+package {
+    default_applicable_licenses: ["external_rust_crates_kernlog_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_rust_crates_kernlog_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 rust_library {
     name: "libkernlog",
     // has rustc warnings