You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
716 B

{
"presubmit": [
{
"name": "aidl_unittests"
},
{
"name": "aidl_integration_test"
},
{
"name": "aidl_lazy_test"
},
{
"name": "CtsNdkBinderTestCases"
},
{
"name": "hal_implementation_test"
},
{
"name": "resolv_integration_test"
},
{
"name": "FrameworksTelephonyTests",
"options": [
{
"include-filter": "com.android.internal.telephony.ServiceStateTrackerTest"
}
]
},
{
"name": "EnforcePermissionTests"
}
],
"imports": [
{
"path": "frameworks/native/libs/binder"
}
],
"auto-presubmit": [
{
"name": "hal_implementation_test"
}
]
}