blob: f7b60c25ce4a2883f2b9d0cdef0f7ed220bcf001 [file] [log] [blame]
{
"presubmit": [
{
"name": "CtsUsesLibraryHostTestCases"
},
{
"name": "CtsClassloaderSplitsHostTestCases"
},
{
"name": "CtsCompilationTestCases"
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.pm."
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
],
"postsubmit": [
{
"name": "CtsPermissionTestCases",
"options": [
{
"include-filter": "android.permission.cts.PermissionUpdateListenerTest"
}
]
}
],
"imports": [
{
"path": "frameworks/base/core/java/android/content/pm"
}
]
}