aboutsummaryrefslogtreecommitdiff
path: root/1.3.2/cargo2android.json
blob: 73294f53c33bb0c4024c1f20fc08269ab2da8000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "apex-available": [
    "//apex_available:platform",
    "com.android.btservices",
    "com.android.compos",
    "com.android.virt"
  ],
  "dependency-blocklist": [
    "trybuild"
  ],
  "device": true,
  "min-sdk-version": "29",
  "run": true,
  "test-blocklist": [
    "tests/compile.rs"
  ],
  "tests": true,
  "vendor-available": true
}