aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2024-05-20 16:57:34 +0000
committerJames Farrell <jamesfarrell@google.com>2024-05-20 16:57:34 +0000
commit3ef969660e93314b5468fc9f22ee2757f4e3ed5d (patch)
tree46472e5b91a2f82648667cfab299a3a3fb08bac8
parent16a81e0396705708ee655dda60540d40d6acb7fd (diff)
downloadcrossbeam-deque-main.tar.gz
Update Android.bp by running cargo_embargoHEADmastermain
Test: ran cargo_embargo Change-Id: I72fa22a05ee5139d53b359fc075738f8423b4f8f
-rw-r--r--Android.bp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 9101cc3..42aa9d0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,7 +47,7 @@ rust_test {
crate_name: "fifo",
cargo_env_compat: true,
cargo_pkg_version: "0.8.5",
- srcs: ["tests/fifo.rs"],
+ crate_root: "tests/fifo.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -72,7 +72,7 @@ rust_test {
crate_name: "injector",
cargo_env_compat: true,
cargo_pkg_version: "0.8.5",
- srcs: ["tests/injector.rs"],
+ crate_root: "tests/injector.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -97,7 +97,7 @@ rust_test {
crate_name: "lifo",
cargo_env_compat: true,
cargo_pkg_version: "0.8.5",
- srcs: ["tests/lifo.rs"],
+ crate_root: "tests/lifo.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -122,7 +122,7 @@ rust_test {
crate_name: "steal",
cargo_env_compat: true,
cargo_pkg_version: "0.8.5",
- srcs: ["tests/steal.rs"],
+ crate_root: "tests/steal.rs",
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
@@ -147,7 +147,7 @@ rust_library {
crate_name: "crossbeam_deque",
cargo_env_compat: true,
cargo_pkg_version: "0.8.5",
- srcs: ["src/lib.rs"],
+ crate_root: "src/lib.rs",
edition: "2021",
features: [
"default",