android13/external/rust/crates/quiche/cargo2android.json

20 lines
422 B
JSON

{
"apex-available": [
"//apex_available:platform",
"com.android.resolv"
],
"dependencies": true,
"device": true,
"min-sdk-version": "29",
"no-pkg-vers": true,
"patch": "patches/Android.bp.patch",
"run": true,
"test-data": [
"src/lib.rs=examples/cert.crt",
"src/lib.rs=examples/cert.key",
"src/lib.rs=examples/cert-big.crt",
"src/lib.rs=examples/rootca.crt"
],
"tests": true
}