2023-06-28 18:06:19 +02:00
|
|
|
{
|
|
|
|
"presubmit": [
|
|
|
|
{
|
|
|
|
// Ensure changes on aconfig auto generated library is compatible with
|
|
|
|
// test testing filtering logic. Breakage on this test means all tests
|
|
|
|
// that using the flag annotations to do filtering will get affected.
|
|
|
|
"name": "FlagAnnotationTests",
|
|
|
|
"options": [
|
|
|
|
{
|
|
|
|
"include-filter": "android.cts.flags.tests.FlagAnnotationTest"
|
|
|
|
}
|
|
|
|
]
|
2023-08-21 11:21:10 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
// Ensure changes on aconfig auto generated library is compatible with
|
|
|
|
// test testing filtering logic. Breakage on this test means all tests
|
|
|
|
// that using the flag macros to do filtering will get affected.
|
|
|
|
"name": "FlagMacrosTests"
|
2023-06-28 18:06:19 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|