aboutsummaryrefslogtreecommitdiff
path: root/cargo_embargo.json
blob: 9651dbe4c79bf0b242d58238ad44a002896b294a (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
{
  "apex_available": [
    "//apex_available:platform",
    "com.android.virt"
  ],
  "features": [
    "zlib"
  ],
  "package": {
    "flate2": {
      "patch": "patches/Android.bp.patch",
      "test_data": {
        "tests/gunzip.rs": [
          "tests/corrupt-gz-file.bin",
          "tests/good-file.gz",
          "tests/good-file.txt",
          "tests/multi.gz",
          "tests/multi.txt"
        ]
      }
    }
  },
  "run_cargo": false,
  "tests": true
}