aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
authorAlice Ryhl <aliceryhl@google.com>2023-10-24 12:23:28 +0000
committerAlice Ryhl <aliceryhl@google.com>2023-10-24 12:44:43 +0000
commit738d78f6696da049502fc4436a70ca8799e1569e (patch)
tree20008dc52b60763f5753ad678dcf2805f516ff81 /cargo2android.json
parent9e8493efa463a1305df3602c8366653cdb5d7555 (diff)
downloadzerocopy-738d78f6696da049502fc4436a70ca8799e1569e.tar.gz
Add simd feature to zerocopy
This is needed to update ahash. This change was generated using: /google/bin/releases/android-rust/cargo2android/sandbox.par -- --config cargo2android.json after modifying `cargo2android.json`. Test: ahash 0.8.5 compiles with this change Change-Id: I0b07f5022c84f807dd6180536430c239b4eb6c51
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/cargo2android.json b/cargo2android.json
index d665005..68d4eaf 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,7 +1,7 @@
{
"device": true,
"run": true,
- "features": "derive,byteorder",
+ "features": "derive,byteorder,simd",
"variants": [
{
"tests": false
@@ -9,7 +9,7 @@
{
"alloc": true,
"dependency-suffix": "_nostd",
- "features": "alloc,derive,byteorder",
+ "features": "alloc,derive,byteorder,simd",
"force-rlib": true,
"no-host": true,
"suffix": "_nostd",
@@ -17,7 +17,7 @@
},
{
"dependency-suffix": "_nostd",
- "features": "derive,byteorder",
+ "features": "derive,byteorder,simd",
"force-rlib": true,
"no-host": true,
"suffix": "_nostd_noalloc",