Generate Android.bp for crate tracing-attributes am: 83b8a87b49 am: 287082c846 am: 064473e42d am: 3adfc0a3b8 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tracing-attributes/+/2506421 Change-Id: Ife9778120059a83fc7cea2073f3c577353b9701c Signed-off-by: Automerger Merge Worker <[email protected]>
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, +}