aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-26 07:08:38 +0000
commit102bb990d99fc3645a945174f5a4fb9d620ccf00 (patch)
treee6765b82af20a7e6feca1f159bdf1598170f10f2
parent0029b119fb4d524acf090468f8e293987965ff82 (diff)
parentd7663a474141ef57795825d9e3860fdae45a7986 (diff)
downloadcrossbeam-queue-busytown-mac-infra-release.tar.gz
Snap for 11878398 from d7663a474141ef57795825d9e3860fdae45a7986 to busytown-mac-infra-releasebusytown-mac-infra-release
Change-Id: I8b534679fd0087a5332cb7c5b8bded6c44f568fd
-rw-r--r--Android.bp10
1 files changed, 6 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index e234904..5aca54b 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: "array_queue",
cargo_env_compat: true,
cargo_pkg_version: "0.3.11",
- srcs: ["tests/array_queue.rs"],
+ crate_root: "tests/array_queue.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -70,7 +72,7 @@ rust_test {
crate_name: "seg_queue",
cargo_env_compat: true,
cargo_pkg_version: "0.3.11",
- srcs: ["tests/seg_queue.rs"],
+ crate_root: "tests/seg_queue.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -95,7 +97,7 @@ rust_library {
crate_name: "crossbeam_queue",
cargo_env_compat: true,
cargo_pkg_version: "0.3.11",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: [
"alloc",