Merge "SoundTrigger TEST_MAPPING fix" into udc-dev

This commit is contained in:
Atneya Nair
2023-04-21 19:26:10 +00:00
committed by Android (Google) Code Review
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"
}
]
}