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 | ] | ||||
13 | } | ||||
14 | ] | ||||
15 | } |