aboutsummaryrefslogtreecommitdiff
path: root/cargo2android.json
blob: 11879ebe2221b1a3e504f3cc6c2da377321bd283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "apex-available": [
    "//apex_available:platform",
    "com.android.virt"
  ],
  "device": true,
  "features": "zlib",
  "run": true,
  "patch": "patches/Android.bp.patch",
  "tests": true,
  "test-data": [
    "tests/gunzip.rs=tests/corrupt-gz-file.bin",
    "tests/gunzip.rs=tests/good-file.gz",
    "tests/gunzip.rs=tests/good-file.txt",
    "tests/gunzip.rs=tests/multi.gz",
    "tests/gunzip.rs=tests/multi.txt"
  ]
}