aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 4f669f8..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "cfg-blocklist": [
- "std_atomic64"
- ],
- "dependencies": true,
- "device": true,
- "min_sdk_version": "29",
- "run": true,
- "variants": [
- {
- "features": "default,derive,rc",
- "tests": true
- },
- {
- "alloc": true,
- "features": "alloc,derive",
- "force-rlib": true,
- "no-host": true,
- "suffix": "_nostd",
- "no-std": true
- }
- ]
-}