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