1{
2  "presubmit": [
3    {
4      "name": "CtsNfcTestCases"
5    },
6    {
7      "name": "NfcNciUnitTests"
8    },
9    {
10      "name": "NfcNciInstrumentationTests"
11    }
12  ],
13  "postsubmit": [
14    {
15      "name": "NfcNciInstrumentationTests",
16      "keywords": ["primary-device"]
17    },
18    {
19      "name": "NfcNciUnitTests",
20      "keywords": ["primary-device"]
21    }
22  ],
23  "pts-prebuilt": [
24    {
25      "name": "NfcNciInstrumentationTests",
26      "options" : [
27        {
28          "include-filter": "com.android.nfc.NfcStateTest#testDisableWhenEnabled"
29        },
30        {
31          "include-filter": "com.android.nfc.NfcStateTest#testEnableWhenDisabled"
32        }
33      ]
34    }
35  ]
36}
37