1{
2 "cellbroadcast-mainline-presubmit": [
3    {
4      "name": "CellBroadcastServiceTests",
5      "options": [
6        {
7          "include-annotation": "org.junit.Test"
8        }
9      ]
10    }
11  ],
12 "mainline-presubmit": [
13    {
14      "name": "CellBroadcastServiceTests[com.google.android.cellbroadcast.apex]",
15      "options": [
16        {
17          "include-annotation": "org.junit.Test"
18        }
19      ]
20    }
21  ],
22  "presubmit": [
23    {
24      "name": "CellBroadcastServiceTests",
25      "options": [
26        {
27          "include-annotation": "org.junit.Test"
28        }
29      ]
30    }
31  ],
32  "postsubmit": [
33    {
34      "name": "CellBroadcastServiceTests"
35    }
36  ]
37}
38