1{
2  "auto-postsubmit": [
3    {
4      "name": "CarServicePmTest"
5    },
6    {
7      "name": "CarServicePmUnitTest"
8    },
9    {
10      "name": "AndroidCarApiTest",
11      "options": [
12        {
13          "include-filter": "android.car.apitest.CarPackageManagerTest"
14        }
15      ]
16    }
17  ],
18  "auto-presubmit": [
19    {
20      "name": "CarServicePmUnitTest"
21    }
22  ]
23}
24