1{ 2 "presubmit": [ 3 { 4 "name": "SurfaceFlinger_test", 5 "options": [ 6 { 7 "include-filter": "*" 8 }, 9 { 10 "exclude-filter": "*ChildLayerTest#ChildrenSurviveParentDestruction" 11 } 12 ] 13 }, 14 { 15 "name": "CtsGraphicsTestCases", 16 "options": [ 17 { 18 "include-filter": "android.graphics.cts.VulkanPreTransformTest" 19 } 20 ] 21 } 22 ], 23 "hwasan-postsubmit": [ 24 { 25 "name": "SurfaceFlinger_test", 26 "options": [ 27 { 28 "include-filter": "*" 29 } 30 ] 31 } 32 ] 33} 34