aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 213534030f31cc08f03a134ad4361248bdaef510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "apex-available": [
    "//apex_available:platform",
    "com.android.virt"
  ],
  "run": true,
  "vendor-available": true,
  "features": "alloc",
  "variants": [
    {
    },
    {
      "device": true,
      "no-host": true,
      "add-module-block": "cargo2android_viz.bp",
      "dep-suffixes": {
        "der": "_nostd",
        "pkcs8": "_nostd",
        "spki": "_nostd",
        "zeroize": "_nostd"
      },
      "force-rlib": true,
      "suffix": "_nostd",
      "no-std": true
    }
  ]
}