1{ 2 "apex_available": [ 3 "//apex_available:platform", 4 "com.android.virt" 5 ], 6 "features": [ 7 "zlib" 8 ], 9 "package": { 10 "flate2": { 11 "patch": "patches/Android.bp.patch", 12 "test_data": { 13 "tests/gunzip.rs": [ 14 "tests/corrupt-gz-file.bin", 15 "tests/good-file.gz", 16 "tests/good-file.txt", 17 "tests/multi.gz", 18 "tests/multi.txt" 19 ] 20 } 21 } 22 }, 23 "run_cargo": false, 24 "tests": true 25} 26