SoundTrigger TEST_MAPPING fix

Bug: 278955706
Test: Presubmit
Change-Id: If75ac1f5a41512dd2e774505e3ed9673b3fff1f3
This commit is contained in:
Atneya Nair
2023-04-20 15:06:13 -07:00
parent 0a2721fc4f
commit e151248184
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"presubmit": [
{
"name": "CtsSoundTriggerTestCases"
}
]
}

View File

@@ -0,0 +1,17 @@
{
"presubmit": [
{
"name": "FrameworksVoiceInteractionTests",
"options": [
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
],
"postsubmit": [
{
"name": "FrameworksVoiceInteractionTests"
}
]
}