Merge "Enable presubmit biometrics unit tests"

This commit is contained in:
Milton Wu
2023-05-11 02:09:35 +00:00
committed by Android (Google) Code Review

View File

@@ -2,6 +2,20 @@
"presubmit": [
{
"name": "SettingsSpaUnitTests"
},
{
"name": "SettingsUnitTests",
"options": [
{
"include-filter": "com.android.settings.password"
},
{
"include-filter": "com.android.settings.biometrics"
},
{
"include-filter": "com.android.settings.biometrics2"
}
]
}
],
"postsubmit": [