[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tracing-attributes am: fe7b93578a am: 1e0a76ef55 am: 528a1c1d51 am: 387dc86ee1
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tracing-attributes/+/2515735
Change-Id: I1287c3445eea593181e7b81d5396af7b9bccc5a6
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index 3681727..2477e28 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,25 @@
+package {
+ default_applicable_licenses: [
+ "external_rust_crates_tracing-attributes_license",
+ ],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_rust_crates_tracing-attributes_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
rust_proc_macro {
name: "libtracing_attributes",
// has rustc warnings