blob: 842d035421c1d98c6a30ae9257ff1cc8df1f8b7f [file] [log] [blame]
{
"mainline-presubmit": [
{
"name": "MediaProviderTests[com.google.android.mediaprovider.apex]",
"options": [
{
// For changes in Photopicker UI we want to run all the photopicker
// tests in the given package regardless of @RunOnlyOnPostsubmit annotation
"include-filter": "com.android.providers.media.photopicker"
}
]
}
],
"presubmit": [
{
"name": "MediaProviderTests",
"options": [
{
// For changes in Photopicker UI we want to run all the photopicker
// tests in the given package regardless of @RunOnlyOnPostsubmit annotation
"include-filter": "com.android.providers.media.photopicker"
}
]
}
]
}