1{ 2 "presubmit": [ 3 { 4 "name": "BugreportManagerTestCases", 5 "options": [ 6 { 7 "exclude-annotation": "androidx.test.filters.LargeTest" 8 } 9 ] 10 }, 11 { 12 "name": "dumpstate_test" 13 }, 14 { 15 "name": "CtsSecurityHostTestCases", 16 "options": [ 17 { 18 "include-filter": "android.security.cts.SELinuxHostTest#testNoBugreportDenials" 19 } 20 ] 21 } 22 ], 23 "postsubmit": [ 24 { 25 "name": "BugreportManagerTestCases" 26 }, 27 { 28 "name": "dumpstate_smoke_test" 29 } 30 ], 31 "imports": [ 32 { 33 "path": "frameworks/base/packages/Shell" 34 } 35 ] 36} 37