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" |
Siarhei Vishniakou | 4321793 | 2023-09-27 10:27:57 -0700 | [diff] [blame] | 5 | }, |
| 6 | { |
| 7 | "path": "frameworks/native/services/inputflinger" |
Nolan Scobie | 8c7c3ef | 2023-04-10 14:43:02 -0400 | [diff] [blame] | 8 | } |
| 9 | ], |
Lloyd Pique | 70d9136 | 2018-10-18 16:02:55 -0700 | [diff] [blame] | 10 | "presubmit": [ |
| 11 | { |
| 12 | "name": "libsurfaceflinger_unittest" |
| 13 | }, |
| 14 | { |
| 15 | "name": "libcompositionengine_test" |
Florian Mayer | 4c64da2 | 2023-03-10 18:55:05 +0000 | [diff] [blame] | 16 | }, |
| 17 | { |
| 18 | "name": "libscheduler_test" |
Vishnu Nair | bf78e0c | 2023-07-21 18:43:36 +0000 | [diff] [blame] | 19 | }, |
| 20 | { |
Vishnu Nair | 8a33f04 | 2023-07-31 22:14:43 +0000 | [diff] [blame] | 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 | ] |
Vishnu Nair | bf78e0c | 2023-07-21 18:43:36 +0000 | [diff] [blame] | 31 | }, |
| 32 | { |
| 33 | "name": "CtsSurfaceControlTests" |
Rachel Lee | 0b156bb | 2023-10-25 15:11:41 -0700 | [diff] [blame] | 34 | }, |
| 35 | { |
| 36 | "name": "CtsSurfaceControlTestsStaging" |
Florian Mayer | 4c64da2 | 2023-03-10 18:55:05 +0000 | [diff] [blame] | 37 | } |
| 38 | ], |
| 39 | "hwasan-presubmit": [ |
| 40 | { |
| 41 | "name": "libscheduler_test" |
Florian Mayer | 20dd0bf | 2023-10-04 00:17:03 +0000 | [diff] [blame] | 42 | }, |
| 43 | { |
| 44 | "name": "libsurfaceflinger_unittest" |
Lloyd Pique | 70d9136 | 2018-10-18 16:02:55 -0700 | [diff] [blame] | 45 | } |
Lloyd Pique | 70d9136 | 2018-10-18 16:02:55 -0700 | [diff] [blame] | 46 | ] |
| 47 | } |