aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index ede59d0..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "dependencies": true,
- "device": true,
- "features": "alloc",
- "force-rlib": true,
- "no-host": "true",
- "no-std": true,
- "patch": "patches/Android.bp.patch",
- "run": true,
- "tests": true,
- "vendor-available": false,
- "product-available": false
-}