You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
429 B
19 lines
429 B
{
|
|
"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"
|
|
]
|
|
}
|