Also add new SettingsSpaUnitTests. Bug: 236346018 Test: Manual with App Info page Test: atest SettingsSpaUnitTests Test: Manual compare generated Settings AndroidManifest.xml Change-Id: I9f6b2ca446fd3d196792a876a6e4049c5cf97a1d
21 lines
304 B
Plaintext
21 lines
304 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "SettingsSpaUnitTests"
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "SettingsUnitTests",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SettingsPerfTests"
|
|
}
|
|
]
|
|
}
|