1{ 2 "presubmit": [ 3 { 4 "name": "BugreportManagerTestCases", 5 "options": [ 6 { 7 "exclude-annotation": "androidx.test.filters.LargeTest" 8 } 9 ] 10 }, 11 { 12 "name": "dumpstate_smoke_test" 13 }, 14 { 15 "name": "dumpstate_test" 16 } 17 ], 18 "postsubmit": [ 19 { 20 "name": "BugreportManagerTestCases" 21 } 22 ], 23 "imports": [ 24 { 25 "path": "frameworks/base/packages/Shell" 26 } 27 ] 28} 29