aboutsummaryrefslogtreecommitdiff
path: root/1.3.2/cargo2android.json
blob: 11b974078a99c8a7589d3999c7e4ded735f34c9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependency-blocklist": [
    "trybuild"
  ],
  "device": true,
  "min-sdk-version": "29",
  "run": true,
  "test-blocklist": [
    "tests/compile.rs"
  ],
  "tests": true,
  "vendor-available": true
}