VoiceInteraction: Update TEST_MAPPING

- Add CtsVoiceInteractionHostTestCases
- Add TEST_MAPPING into app/assist directory

Test: check the presubmits
Bug: 236893297
Change-Id: Iafa6da244fa9fd8f2e9c34c3384cb39aafe94367
This commit is contained in:
Ivan Chiang
2022-06-30 05:51:35 +00:00
parent 15826dd7f3
commit 74867787af
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/services/voiceinteraction"
}
]
}

View File

@@ -15,6 +15,14 @@
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
},
{
"name": "CtsVoiceInteractionHostTestCases",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}