aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor Tsarev <ftsarev@google.com>2023-03-27 07:35:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-03-27 07:35:48 +0000
commit064473e42dc757775220a379cd799c263500c373 (patch)
tree2a4598945d6cf103184d57a22cdfac8f64cff444
parente69cd6ba41db77f6370fcd8d2cb310c406bf63b1 (diff)
parent287082c8464790873272029cf71c03c0a008b6ca (diff)
downloadtracing-attributes-064473e42dc757775220a379cd799c263500c373.tar.gz
Generate Android.bp for crate tracing-attributes am: 83b8a87b49 am: 287082c846
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tracing-attributes/+/2506421 Change-Id: I0dc307a7dfc047b89bc078fb1a22c4c913c6fb9e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp21
1 files changed, 21 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..3681727
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,21 @@
+// This file is generated by cargo2android.py --run --device.
+// Do not modify this file as changes will be overridden on upgrade.
+
+
+
+rust_proc_macro {
+ name: "libtracing_attributes",
+ // has rustc warnings
+ crate_name: "tracing_attributes",
+ cargo_env_compat: true,
+ cargo_pkg_version: "0.1.23",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ rustlibs: [
+ "libproc_macro2",
+ "libquote",
+ "libsyn",
+ ],
+ product_available: true,
+ vendor_available: true,
+}