aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-03-31 05:01:41 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-31 05:01:41 +0000
commit4e4eeaccda05318af318576711492a981a7719ce (patch)
treeb2daf12e3cdbe6feed23759b95c4a9eccb4d6e42
parent500eba35b3a9939fe3f1e933be1486d8c482fd61 (diff)
parentf7206b858090548451488326d3a18e027657b536 (diff)
downloadtracing-attributes-4e4eeaccda05318af318576711492a981a7719ce.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/rust/crates/tracing-attributes am: fe7b93578a am: 1e0a76ef55 am: 528a1c1d51 am: 387dc86ee1 am: f7206b8580
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tracing-attributes/+/2515735 Change-Id: Ia7fc490677aa0996cabd39943501cff53ac623e3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
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