blob: 74ac5ecd6e052b73531f804f7cb6056c410a8cf1 [file] [log] [blame]
Wenshan Fu13be0a52023-06-29 00:06:19 +08001{
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 Dongc2b76322023-08-21 17:21:10 +080013 },
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 Fu13be0a52023-06-29 00:06:19 +080019 }
20 ]
21}