aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 3223434d03b70cd0983f8dae4f9ddd30b316adcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "apex-available": [
    "//apex_available:platform",
    "com.android.virt"
  ],
  "dependency-blocklist": [
    "docmatic",
    "rstest",
    "simple_logger"
  ],
  "device": true,
  "run": true,
  "test-blocklist": [
    "tests/datatypes.rs",
    "tests/failures.rs",
    "tests/migrated.rs",
    "tests/round_trip.rs",
    "tests/test.rs"
  ],
  "tests": true
}