Merge "Add explicit TEST_MAPPING files for tz detector tests"

This commit is contained in:
Neil Fuller
2020-08-25 13:56:55 +00:00
committed by Android (Google) Code Review
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "FrameworksCoreTests",
"options": [
{
"include-filter": "android.app.timezonedetector."
}
]
}
]
}

View File

@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.timezonedetector."
}
]
}
]
}