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