| { |
| "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" |
| } |
| ] |
| }, |
| { |
| // 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" |
| } |
| ] |
| } |