aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2024-02-01 13:51:14 +0100
committerJeff Vander Stoep <jeffv@google.com>2024-02-01 13:51:15 +0100
commit6e8d2d5a50581810f36f0e7e224e2765907f1635 (patch)
tree98a23db94871d645a7908a26f1288d5255907dc9 /Android.bp
parentad9b4ae9ce709a7b98207ab8bfc08929c91d0446 (diff)
downloadcrossbeam-utils-6e8d2d5a50581810f36f0e7e224e2765907f1635.tar.gz
Upgrade crossbeam-utils to 0.8.19emu-34-3-release
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/crossbeam-utils For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I78fa83009105261f1a5116c534ea28cc995e31ba
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp51
1 files changed, 17 insertions, 34 deletions
diff --git a/Android.bp b/Android.bp
index edd8df6..910f862 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,23 +44,19 @@ rust_test {
host_supported: true,
crate_name: "crossbeam_utils",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.15",
+ cargo_pkg_version: "0.8.19",
srcs: ["src/lib.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
],
- rustlibs: [
- "libcfg_if",
- "librand",
- ],
- proc_macros: ["librustversion"],
+ rustlibs: ["librand"],
}
rust_test {
@@ -68,24 +64,22 @@ rust_test {
host_supported: true,
crate_name: "atomic_cell",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.15",
+ cargo_pkg_version: "0.8.19",
srcs: ["tests/atomic_cell.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
],
rustlibs: [
- "libcfg_if",
"libcrossbeam_utils",
"librand",
],
- proc_macros: ["librustversion"],
}
rust_test {
@@ -93,24 +87,22 @@ rust_test {
host_supported: true,
crate_name: "cache_padded",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.15",
+ cargo_pkg_version: "0.8.19",
srcs: ["tests/cache_padded.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
],
rustlibs: [
- "libcfg_if",
"libcrossbeam_utils",
"librand",
],
- proc_macros: ["librustversion"],
}
rust_test {
@@ -118,24 +110,22 @@ rust_test {
host_supported: true,
crate_name: "parker",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.15",
+ cargo_pkg_version: "0.8.19",
srcs: ["tests/parker.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
],
rustlibs: [
- "libcfg_if",
"libcrossbeam_utils",
"librand",
],
- proc_macros: ["librustversion"],
}
rust_test {
@@ -143,24 +133,22 @@ rust_test {
host_supported: true,
crate_name: "sharded_lock",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.15",
+ cargo_pkg_version: "0.8.19",
srcs: ["tests/sharded_lock.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
],
rustlibs: [
- "libcfg_if",
"libcrossbeam_utils",
"librand",
],
- proc_macros: ["librustversion"],
}
rust_test {
@@ -168,24 +156,22 @@ rust_test {
host_supported: true,
crate_name: "thread",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.15",
+ cargo_pkg_version: "0.8.19",
srcs: ["tests/thread.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
],
rustlibs: [
- "libcfg_if",
"libcrossbeam_utils",
"librand",
],
- proc_macros: ["librustversion"],
}
rust_test {
@@ -193,24 +179,22 @@ rust_test {
host_supported: true,
crate_name: "wait_group",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.15",
+ cargo_pkg_version: "0.8.19",
srcs: ["tests/wait_group.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
test_options: {
unit_test: true,
},
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
],
rustlibs: [
- "libcfg_if",
"libcrossbeam_utils",
"librand",
],
- proc_macros: ["librustversion"],
}
rust_library {
@@ -218,14 +202,13 @@ rust_library {
host_supported: true,
crate_name: "crossbeam_utils",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.15",
+ cargo_pkg_version: "0.8.19",
srcs: ["src/lib.rs"],
- edition: "2018",
+ edition: "2021",
features: [
"default",
"std",
],
- rustlibs: ["libcfg_if"],
apex_available: [
"//apex_available:platform",
"com.android.virt",