Update Android.bp by running cargo_embargo am: 6de5a98c1e
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tracing-subscriber/+/3096420
Change-Id: I013fee80983bdcfd4cd8281f6864252c5d664fc7
Signed-off-by: Automerger Merge Worker <[email protected]>
diff --git a/Android.bp b/Android.bp
index de958da..12bfd23 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,7 @@
// This file is generated by cargo_embargo.
-// Do not modify this file as changes will be overridden on upgrade.
+// Do not modify this file after the first "rust_*" or "genrule" module
+// because the changes will be overridden on upgrade.
+// Content before the first "rust_*" or "genrule" module is preserved.
rust_library {
name: "libtracing_subscriber",
@@ -7,7 +9,7 @@
crate_name: "tracing_subscriber",
cargo_env_compat: true,
cargo_pkg_version: "0.3.18",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
features: [
"alloc",