aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: d3874c52000ac0a8436877d94fbd726646e8dc76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "device": true,
  "run": true,
  "vendor-available": true,
  "variants": [
    {
    },
    {
      "device": true,
      "alloc": true,
      "no-host": true,
      "dependency_suffix": "_nostd",
      "force-rlib": true,
      "suffix": "_nostd",
      "no-std": true,
      "features" : "alloc"
    }
  ]
}