summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:09:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:09:01 +0000
commit2eae29aa361e6c8dc14df2287266ef48c11e2e4a (patch)
tree2dbffec92e4a1a898447822c7a1ecff5abe72f37
parenta849ee4ba7c77edd5791d954a508456c96bfe688 (diff)
parentfd948e24957bda67dbaaa77322ab9fb03a9b8c4b (diff)
downloadfragile-busytown-mac-infra-release.tar.gz
Snap for 11878398 from fd948e24957bda67dbaaa77322ab9fb03a9b8c4b to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: Id86272ac1628f3b31650f145a67010348ac55a7e
-rw-r--r--Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index e7c3447..aa09f68 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_test {
name: "fragile_test_src_lib",
@@ -7,7 +9,7 @@ rust_test {
crate_name: "fragile",
cargo_env_compat: true,
cargo_pkg_version: "2.0.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -22,7 +24,7 @@ rust_library {
crate_name: "fragile",
cargo_env_compat: true,
cargo_pkg_version: "2.0.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
apex_available: [
"//apex_available:platform",