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