[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/buddy_system_allocator

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

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: I8e056718b8d5179ce0623adaf08c70bba0bf4633
diff --git a/Android.bp b/Android.bp
index bcae11e..1d49dfe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,25 @@
 
 
 
+package {
+    default_applicable_licenses: [
+        "external_rust_crates_buddy_system_allocator_license",
+    ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_rust_crates_buddy_system_allocator_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 rust_test {
     name: "buddy_system_allocator_test_src_lib",
     host_supported: true,