[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/gdbstub am: 0f49bfa256 am: dee87e058b am: becb0a4f78
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/gdbstub/+/1649713
Change-Id: I718eefd84e14e84a96a14de0ab44dfcc601b4079
diff --git a/Android.bp b/Android.bp
index caa7e28..77fb959 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
// This file is generated by cargo2android.py --run --device --dependencies --no-subdir.
// Do not modify this file as changes will be overridden on upgrade.
+package {
+ default_applicable_licenses: ["external_rust_crates_gdbstub_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_gdbstub_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_library {
name: "libgdbstub",
host_supported: true,