22 lines
369 B
JSON
22 lines
369 B
JSON
{
|
|
"apex-available": [
|
|
"//apex_available:platform",
|
|
"com.android.virt"
|
|
],
|
|
"dependency-blocklist": [
|
|
"docmatic",
|
|
"rstest",
|
|
"simple_logger"
|
|
],
|
|
"device": true,
|
|
"run": true,
|
|
"test-blocklist": [
|
|
"tests/datatypes.rs",
|
|
"tests/failures.rs",
|
|
"tests/migrated.rs",
|
|
"tests/round_trip.rs",
|
|
"tests/test.rs"
|
|
],
|
|
"tests": true
|
|
}
|