blob: 55127349ebb68f0e67b41164986c75954cc5333e [file] [log] [blame]
Lloyd Pique70d91362018-10-18 16:02:55 -07001{
Nolan Scobie8c7c3ef2023-04-10 14:43:02 -04002 "imports": [
3 {
4 "path": "frameworks/native/libs/gui"
5 }
6 ],
Lloyd Pique70d91362018-10-18 16:02:55 -07007 "presubmit": [
8 {
9 "name": "libsurfaceflinger_unittest"
10 },
11 {
12 "name": "libcompositionengine_test"
Florian Mayer4c64da22023-03-10 18:55:05 +000013 },
14 {
15 "name": "libscheduler_test"
Vishnu Nairbf78e0c2023-07-21 18:43:36 +000016 },
17 {
Vishnu Nair8a33f042023-07-31 22:14:43 +000018 "name": "CtsGraphicsTestCases",
19 // flaky on mixed gsi builds
20 "options": [
21 {
22 "exclude-filter": "android.graphics.cts.CameraGpuTest#testCameraImageCaptureAndRendering"
23 },
24 {
25 "exclude-filter": "android.graphics.cts.AnimatorLeakTest#testPauseResume"
26 }
27 ]
Vishnu Nairbf78e0c2023-07-21 18:43:36 +000028 },
29 {
30 "name": "CtsSurfaceControlTests"
Florian Mayer4c64da22023-03-10 18:55:05 +000031 }
32 ],
33 "hwasan-presubmit": [
34 {
35 "name": "libscheduler_test"
Lloyd Pique70d91362018-10-18 16:02:55 -070036 }
37 ]
38}