Add locksettings unit tests to presubmit

Bug: 181944619
Test: atest
Change-Id: I554aedd0b770d6fb37159d6791386e6b884b2d03
This commit is contained in:
Rubin Xu
2021-03-05 11:36:51 +00:00
parent d0355e1be2
commit 6cf2c84413

View File

@@ -10,6 +10,17 @@
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
},
{
"name": "FrameworksServicesTests",
"options": [
{
"include-filter": "com.android.server.locksettings."
},
{
"exclude-annotation": "android.platform.test.annotations.FlakyTest"
}
]
}
]
}