aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-14 00:10:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-14 00:10:46 +0000
commitf3f0437d7617ba77d3f5b512c0d22ff6e7313ad8 (patch)
tree09dd12640f661cbbb57d1d008986ad6694332589 /cargo2android.json
parent4edefdf1946bfc110618a055a3ae45906814e86e (diff)
parent5316f69cdfe6c19c4e191d6c2302cbaec52c6521 (diff)
downloadciborium-io-android14-qpr2-s2-release.tar.gz
Change-Id: Ia3b1d77e18c57697b9c8318fa763865039b382f2
Diffstat (limited to 'cargo2android.json')
-rw-r--r--cargo2android.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 429052c..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "device": true,
- "run": true,
- "dependencies": true,
- "variants": [
- {
- "features": "alloc,std"
- },
- {
- "alloc": true,
- "features": "alloc",
- "force-rlib": true,
- "no-host": true,
- "suffix": "_nostd",
- "no-std": true
- }
- ]
-}