aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index dcdc20f..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "dependencies": true,
- "dependency-blocklist": [
- "critical_section"
- ],
- "device": true,
- "min-sdk-version": "29",
- "run": true,
- "variants": [
- {
- "tests": true
- },
- {
- "alloc": true,
- "features": "alloc,race",
- "force-rlib": true,
- "no-host": true,
- "suffix": "_nostd",
- "no-std": true
- }
- ]
-}