1{
2    "presubmit": [
3        {
4            "name": "CtsSecurityHostTestCases",
5            "options": [
6                {
7                    "include-filter": "android.security.cts.SELinuxHostTest#testPermissionControllerDomain"
8                },
9                {
10                    "include-filter": "android.security.cts.SELinuxHostTest#testVzwOmaTriggerDomain"
11                },
12                {
13                    "include-filter": "android.security.cts.SELinuxHostTest#testGMSCoreDomain"
14                },
15                {
16                    "include-filter": "android.security.cts.SELinuxHostTest#testNoBugreportDenials"
17                }
18            ]
19        }
20    ],
21    "avf-presubmit": [
22        {
23            "name": "ComposHostTestCases"
24        },
25        {
26            "name": "MicrodroidHostTestCases"
27        }
28    ]
29}
30