Wenshan Fu | 13be0a5 | 2023-06-29 00:06:19 +0800 | [diff] [blame] | 1 | { |
| 2 | "presubmit": [ |
| 3 | { |
| 4 | // Ensure changes on aconfig auto generated library is compatible with |
| 5 | // test testing filtering logic. Breakage on this test means all tests |
| 6 | // that using the flag annotations to do filtering will get affected. |
| 7 | "name": "FlagAnnotationTests", |
| 8 | "options": [ |
| 9 | { |
| 10 | "include-filter": "android.cts.flags.tests.FlagAnnotationTest" |
| 11 | } |
| 12 | ] |
Yihan Dong | c2b7632 | 2023-08-21 17:21:10 +0800 | [diff] [blame^] | 13 | }, |
| 14 | { |
| 15 | // Ensure changes on aconfig auto generated library is compatible with |
| 16 | // test testing filtering logic. Breakage on this test means all tests |
| 17 | // that using the flag macros to do filtering will get affected. |
| 18 | "name": "FlagMacrosTests" |
Wenshan Fu | 13be0a5 | 2023-06-29 00:06:19 +0800 | [diff] [blame] | 19 | } |
| 20 | ] |
| 21 | } |