aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-03-31 04:16:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-31 04:16:18 +0000
commitf7206b858090548451488326d3a18e027657b536 (patch)
treeb2daf12e3cdbe6feed23759b95c4a9eccb4d6e42
parent049d1565b42e734877eb731beca18ae2adb4e205 (diff)
parent387dc86ee13fdbabdce5b283446ac87158ae39c0 (diff)
downloadtracing-attributes-f7206b858090548451488326d3a18e027657b536.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tracing-attributes/+/2515735 Change-Id: I1287c3445eea593181e7b81d5396af7b9bccc5a6 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