Lloyd Pique | 70d9136 | 2018-10-18 16:02:55 -0700 | [diff] [blame] | 1 | { |
Nolan Scobie | 8c7c3ef | 2023-04-10 14:43:02 -0400 | [diff] [blame] | 2 | "imports": [ |
| 3 | { |
| 4 | "path": "frameworks/native/libs/gui" |
| 5 | } |
| 6 | ], |
Lloyd Pique | 70d9136 | 2018-10-18 16:02:55 -0700 | [diff] [blame] | 7 | "presubmit": [ |
| 8 | { |
| 9 | "name": "libsurfaceflinger_unittest" |
| 10 | }, |
| 11 | { |
| 12 | "name": "libcompositionengine_test" |
Florian Mayer | 4c64da2 | 2023-03-10 18:55:05 +0000 | [diff] [blame] | 13 | }, |
| 14 | { |
| 15 | "name": "libscheduler_test" |
Vishnu Nair | bf78e0c | 2023-07-21 18:43:36 +0000 | [diff] [blame] | 16 | }, |
| 17 | { |
Vishnu Nair | 8a33f04 | 2023-07-31 22:14:43 +0000 | [diff] [blame] | 18 | "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 Nair | bf78e0c | 2023-07-21 18:43:36 +0000 | [diff] [blame] | 28 | }, |
| 29 | { |
| 30 | "name": "CtsSurfaceControlTests" |
Florian Mayer | 4c64da2 | 2023-03-10 18:55:05 +0000 | [diff] [blame] | 31 | } |
| 32 | ], |
| 33 | "hwasan-presubmit": [ |
| 34 | { |
| 35 | "name": "libscheduler_test" |
Lloyd Pique | 70d9136 | 2018-10-18 16:02:55 -0700 | [diff] [blame] | 36 | } |
Rachel Lee | aa89cb7 | 2023-08-16 12:52:12 -0700 | [diff] [blame^] | 37 | ], |
| 38 | "postsubmit": [ |
| 39 | { |
| 40 | "name": "CtsSurfaceControlTestsStaging" |
| 41 | } |
Lloyd Pique | 70d9136 | 2018-10-18 16:02:55 -0700 | [diff] [blame] | 42 | ] |
| 43 | } |