blob: 3b2bbb0cf39fbea6b129fc6808c14cc6c1002282 [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"
Siarhei Vishniakou43217932023-09-27 10:27:57 -07005 },
6 {
7 "path": "frameworks/native/services/inputflinger"
Nolan Scobie8c7c3ef2023-04-10 14:43:02 -04008 }
9 ],
Lloyd Pique70d91362018-10-18 16:02:55 -070010 "presubmit": [
11 {
12 "name": "libsurfaceflinger_unittest"
13 },
14 {
15 "name": "libcompositionengine_test"
Florian Mayer4c64da22023-03-10 18:55:05 +000016 },
17 {
18 "name": "libscheduler_test"
Vishnu Nairbf78e0c2023-07-21 18:43:36 +000019 },
20 {
Vishnu Nair8a33f042023-07-31 22:14:43 +000021 "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 ]
Vishnu Nairbf78e0c2023-07-21 18:43:36 +000031 },
32 {
33 "name": "CtsSurfaceControlTests"
Rachel Lee0b156bb2023-10-25 15:11:41 -070034 },
35 {
36 "name": "CtsSurfaceControlTestsStaging"
Florian Mayer4c64da22023-03-10 18:55:05 +000037 }
38 ],
39 "hwasan-presubmit": [
40 {
41 "name": "libscheduler_test"
Florian Mayer20dd0bf2023-10-04 00:17:03 +000042 },
43 {
44 "name": "libsurfaceflinger_unittest"
Lloyd Pique70d91362018-10-18 16:02:55 -070045 }
Lloyd Pique70d91362018-10-18 16:02:55 -070046 ]
47}