1{
2  "presubmit": [
3    {
4      "name": "CtsInlineMockingTestCases",
5      "options": [
6        {
7          "exclude-annotation": "androidx.test.filters.LargeTest"
8        }
9      ]
10    },
11    {
12      "name": "CtsExtendedMockingTestCases",
13      "options": [
14        {
15          "exclude-annotation": "androidx.test.filters.LargeTest"
16        }
17      ]
18    }
19  ],
20  "imports": [
21    {
22      "path": "cts/hostsidetests/jvmti"
23    }
24  ]
25}
26