aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/cargo2android.json b/cargo2android.json
index b1863fd..e0aa06c 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -2,5 +2,7 @@
"device": true,
"features": "alloc,std",
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "vendor-available": false,
+ "product-available": false
+}