aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 5 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index 5f17007..8b5ecf9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,7 +44,7 @@ rust_test {
host_supported: true,
crate_name: "crossbeam_utils",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.7",
+ cargo_pkg_version: "0.8.15",
srcs: ["src/lib.rs"],
test_suites: ["general-tests"],
auto_gen_config: true,
@@ -54,12 +54,10 @@ rust_test {
edition: "2018",
features: [
"default",
- "lazy_static",
"std",
],
rustlibs: [
"libcfg_if",
- "liblazy_static",
"librand",
],
proc_macros: ["librustversion"],
@@ -69,19 +67,17 @@ rust_defaults {
name: "crossbeam-utils_test_defaults",
crate_name: "crossbeam_utils",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.7",
+ cargo_pkg_version: "0.8.15",
test_suites: ["general-tests"],
auto_gen_config: true,
edition: "2018",
features: [
"default",
- "lazy_static",
"std",
],
rustlibs: [
"libcfg_if",
"libcrossbeam_utils",
- "liblazy_static",
"librand",
],
proc_macros: ["librustversion"],
@@ -152,20 +148,20 @@ rust_library {
host_supported: true,
crate_name: "crossbeam_utils",
cargo_env_compat: true,
- cargo_pkg_version: "0.8.7",
+ cargo_pkg_version: "0.8.15",
srcs: ["src/lib.rs"],
edition: "2018",
features: [
"default",
- "lazy_static",
"std",
],
rustlibs: [
"libcfg_if",
- "liblazy_static",
],
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}