Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64ccde33 authored by Atneya Nair's avatar Atneya Nair Committed by Android (Google) Code Review
Browse files

Merge "SoundTrigger TEST_MAPPING fix" into udc-dev

parents 7fbad46a e1512481
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsSoundTriggerTestCases"
    }
  ]
}
+17 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksVoiceInteractionTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "FrameworksVoiceInteractionTests"
    }
  ]
}