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