blob: 86124dd20d6e16ddde4d9c391ff05419041e6e8a [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 ]
13 }
14 ]
15}