1{
2  "imports": [
3    {
4      "path": "frameworks/native/libs/gui"
5    },
6    {
7      "path": "frameworks/native/services/inputflinger"
8    }
9  ],
10  "presubmit": [
11    {
12      "name": "libsurfaceflinger_unittest"
13    },
14    {
15      "name": "libcompositionengine_test"
16    },
17    {
18      "name": "libscheduler_test"
19    },
20    {
21      "name": "CtsGraphicsTestCases",
22      // flaky on mixed gsi builds
23      "options": [
24        {
25          "exclude-filter": "android.graphics.cts.CameraGpuTest#testCameraImageCaptureAndRendering"
26        },
27        {
28          "exclude-filter": "android.graphics.cts.AnimatorLeakTest#testPauseResume"
29        }
30      ]
31    },
32    {
33      "name": "CtsSurfaceControlTests"
34    },
35    {
36      "name": "CtsSurfaceControlTestsStaging"
37    }
38  ],
39  "hwasan-presubmit": [
40    {
41      "name": "libscheduler_test"
42    },
43    {
44      "name": "libsurfaceflinger_unittest"
45    }
46  ]
47}
48