blob: 6f53d620ba7a1faabbae140f8993115c68e79460 [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"
Florian Mayer4c64da22023-03-10 18:55:05 +000034 }
35 ],
36 "hwasan-presubmit": [
37 {
38 "name": "libscheduler_test"
Lloyd Pique70d91362018-10-18 16:02:55 -070039 }
40 ]
41}