aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:15 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-23 15:42:15 +0000
commitcbc10f1071a880e42b6ca1d980520b671ff5ce14 (patch)
tree19704aee09df78179f51963f618819534f6eef5b
parent339585a94b2ffb8a221c36aa3c2e214a7efda0b5 (diff)
parentc9fe4e45f3056f0978f5eda8a22dd16c5e3746af (diff)
downloadfallible-iterator-build-tools-release.tar.gz
Snap for 11880863 from c9fe4e45f3056f0978f5eda8a22dd16c5e3746af to build-tools-releasebuild-tools-release
Change-Id: I7a646438ad69694800495cc978531209c826c230
-rw-r--r--Android.bp8
1 files changed, 5 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index c20f742..e52df9f 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: [
@@ -45,7 +47,7 @@ rust_test {
crate_name: "fallible_iterator",
cargo_env_compat: true,
cargo_pkg_version: "0.2.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -64,7 +66,7 @@ rust_library {
crate_name: "fallible_iterator",
cargo_env_compat: true,
cargo_pkg_version: "0.2.0",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2018",
features: [
"default",