[Settings] add readable tests to presubmit

This will enforce the readable tests for changes made to Settings.java.

Test: atest
BUG: 183530680
Change-Id: Ie91350b29c10868cecd2c2fe4eba378278b3cb23
This commit is contained in:
Songchun Fan
2021-03-24 22:12:17 +00:00
parent f5386796a8
commit 3f08960272

View File

@@ -19,6 +19,14 @@
},
{
"name": "SettingsProviderTest"
},
{
"name": "CtsAppSecurityHostTestCases",
"options": [
{
"include-filter": "android.appsecurity.cts.ReadableSettingsFieldsTest"
}
]
}
]
}