blob: 4c2f19deced9e37586a7f899a9ae3649cb96c846 [file] [log] [blame]
Lalit Maganti8a1b3c02019-03-21 21:16:30 +00001{
2 "presubmit": [
3 {
4 "name": "CtsPerfettoTestCases"
Alec Mouri63a162c2020-01-31 11:05:00 -08005 },
6 // Additional presubmit tests that explicitly exercise
7 // Perfetto's backend
8 {
9 "name": "libsurfaceflinger_unittest",
10 "options": [
11 {
12 "include-filter": "FrameTracerTest.*"
13 }
14 ]
Lalit Maganti8a1b3c02019-03-21 21:16:30 +000015 }
16 ]
17}