1{ 2 "auto-end-to-end-presubmit": [ 3 { 4 "name": "AndroidAutoUiTests", 5 "options" : [ 6 { 7 "include-filter": "android.test.functional.auto.apps.HomeHelperTest" 8 } 9 ] 10 } 11 ], 12 13 "carsysui-presubmit": [ 14 { 15 "name": "CarSystemUITests", 16 "options" : [ 17 { 18 "include-annotation": "com.android.systemui.car.CarSystemUiTest" 19 } 20 ] 21 } 22 ] 23} 24