aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/cargo2android.json b/cargo2android.json
index d665005..92fc80c 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,15 +1,14 @@
{
"device": true,
"run": true,
- "features": "derive,byteorder",
"variants": [
{
- "tests": false
+ "tests": true
},
{
"alloc": true,
"dependency-suffix": "_nostd",
- "features": "alloc,derive,byteorder",
+ "features": "alloc",
"force-rlib": true,
"no-host": true,
"suffix": "_nostd",
@@ -17,7 +16,6 @@
},
{
"dependency-suffix": "_nostd",
- "features": "derive,byteorder",
"force-rlib": true,
"no-host": true,
"suffix": "_nostd_noalloc",