Merge "Add TEST_MAPPING to overlay test directories" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-16 23:09:26 +00:00
committed by Android (Google) Code Review
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name" : "OverlayHostTests"
}
]
}

View File

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