aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:44:18 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:44:18 +0000
commit3ff1649f4a59e7a2806a6a06f4c020b7bf1bf9f3 (patch)
tree335b4b1d6fb53c5cf9da763d257b58d86085c7ba
parenta2a29c33540c6f9453a201668a8a2ac147db3e18 (diff)
parent122dcb92f7da7484653c0ca3cdc70d53151ab3b9 (diff)
downloadtracing-attributes-build-tools-release.tar.gz
Snap for 11880863 from 122dcb92f7da7484653c0ca3cdc70d53151ab3b9 to build-tools-releasebuild-tools-release
Change-Id: I3bbca65dd630c0b5f95c8912df2e301d6102c2cf
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 2137241..8432cf4 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.
package {
default_applicable_licenses: [
@@ -25,7 +27,7 @@ rust_proc_macro {
crate_name: "tracing_attributes",
cargo_env_compat: true,
cargo_pkg_version: "0.1.27",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
rustlibs: [
"libproc_macro2",