Add TEST_MAPPING to overlay test directories

This changes add TEST_MAPPING files to the directories containing
overlay tests so changes to the test will be tested during presubmit.

Bug: 153631240
Test: presubmit
Change-Id: I6de870f8870d49f5325827c476b9cfbae9a59066
This commit is contained in:
Ryan Mitchell
2020-04-15 11:14:59 -07:00
parent 2d8d9812e9
commit 36f52880ee
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."
}
]
}
]
}