You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
328 B
19 lines
328 B
{
|
|
"apex-available": [
|
|
"//apex_available:platform",
|
|
"//apex_available:anyapex"
|
|
],
|
|
"dependency-blocklist": [
|
|
"doc_comment"
|
|
],
|
|
"device": true,
|
|
"min-sdk-version": "29",
|
|
"run": true,
|
|
"test-blocklist": [
|
|
"tests/no_std.rs"
|
|
],
|
|
"tests": true,
|
|
"vendor-available": true,
|
|
"product-available": true
|
|
}
|