1{
2  "presubmit": [
3    {
4      "name": "CtsAccelerationTestCases"
5    },
6    {
7      "name": "CtsOsTestCases",
8      "options": [
9        {
10          "include-annotation": "android.platform.test.annotations.Presubmit"
11        },
12        {
13          "exclude-annotation": "android.platform.test.annotations.LargeTest"
14        },
15        {
16          "exclude-annotation": "androidx.test.filters.FlakyTest"
17        },
18        {
19          "exclude-annotation": "org.junit.Ignore"
20        },
21        {
22          "include-filter": "android.os.cts.StrictModeTest"
23        }
24      ],
25      "file_patterns": ["(/|^)ViewConfiguration.java", "(/|^)GestureDetector.java"]
26    },
27    {
28      "name": "CtsViewReceiveContentTestCases",
29      "options": [
30        {
31          "include-annotation": "android.platform.test.annotations.Presubmit"
32        },
33        {
34          "exclude-annotation": "androidx.test.filters.FlakyTest"
35        },
36        {
37          "exclude-annotation": "org.junit.Ignore"
38        }
39      ],
40      "file_patterns": ["ContentInfo\\.java", "OnReceiveContentListener\\.java", "View\\.java"]
41    }
42  ],
43  "imports": [
44    {
45      "path": "cts/tests/surfacecontrol"
46    },
47    {
48      "path": "cts/tests/tests/uirendering"
49    }
50  ]
51}