summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:10:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:10:23 +0000
commit0eddcb1dc2f1bdb97f636ea87872ebcf7d9024f7 (patch)
treedca405068120a52d39bead04cab309cf7b1dfa1f
parente5df168e05fbd168984e0221d4f15359d392c5bc (diff)
parent8cbc0848dd73001fb37c2925d2719a623f3d9a78 (diff)
downloadpredicates-tree-busytown-mac-infra-release.tar.gz
Snap for 11878398 from 8cbc0848dd73001fb37c2925d2719a623f3d9a78 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I83b7f49ebc843aa81710fa2421a3503f7757671e
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index df878c6..579b60b 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: "libpredicates_tree",
@@ -7,7 +9,7 @@ rust_library {
crate_name: "predicates_tree",
cargo_env_compat: true,
cargo_pkg_version: "1.0.9",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
rustlibs: [
"libpredicates_core",