22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"apex-available": [
|
|
"//apex_available:platform",
|
|
"com.android.bluetooth",
|
|
"com.android.compos",
|
|
"com.android.resolv",
|
|
"com.android.uwb",
|
|
"com.android.virt"
|
|
],
|
|
"dependency-blocklist": [
|
|
"doc_comment"
|
|
],
|
|
"device": true,
|
|
"min-sdk-version": "29",
|
|
"run": true,
|
|
"test-blocklist": [
|
|
"tests/no_std.rs"
|
|
],
|
|
"tests": true,
|
|
"vendor-available": true
|
|
}
|