20 lines
344 B
JSON
20 lines
344 B
JSON
{
|
|
"apex-available": [
|
|
"//apex_available:platform",
|
|
"com.android.bluetooth",
|
|
"com.android.compos",
|
|
"com.android.virt"
|
|
],
|
|
"dependency-blocklist": [
|
|
"trybuild"
|
|
],
|
|
"device": true,
|
|
"min-sdk-version": "29",
|
|
"run": true,
|
|
"test-blocklist": [
|
|
"tests/compile.rs"
|
|
],
|
|
"tests": true,
|
|
"vendor-available": true
|
|
}
|