aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 89dc9e6c8916f0fcb65e613a44ff05ac10d0315c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "dependencies": true,
  "device": true,
  "ignore-cargo-errors": true,
  "min-sdk-version": "29",
  "run": true,
  "variants": [
    {
      "features": "once,std",
      "tests": true
    },
    {
      "features": "mutex,spin_mutex",
      "force-rlib": true,
      "no-host": true,
      "suffix": "_nostd",
      "no-std": true
    }
  ]
}