Add RecoverySystemServiceTest to presubmit

Test: TH
Change-Id: I296c10117cbd0b73bf265793667769851c0e99ec
This commit is contained in:
Tianjie
2021-04-20 22:23:38 -07:00
parent 6720f179f8
commit ec75e51b47

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.recoverysystem."
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
}
]
}