Merge "OMS: add TEST_MAPPING" into qt-dev

am: f49c18e1a9

Change-Id: I159abb9b55a6885fcb3d28fe2fcc275cc632dd78
This commit is contained in:
Mårten Kongstad
2019-06-06 13:54:59 -07:00
committed by android-build-merger

View File

@@ -0,0 +1,26 @@
{
"presubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.om"
}
]
},
{
"name": "OverlayDeviceTests"
},
{
"name": "OverlayHostTests"
},
{
"name": "CtsAppSecurityHostTestCases",
"options": [
{
"include-filter": "android.appsecurity.cts.OverlayHostTest"
}
]
}
]
}