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

Commit b025088f authored by Atneya Nair's avatar Atneya Nair Committed by Automerger Merge Worker
Browse files

Merge "SoundTrigger TEST_MAPPING fix" into udc-dev am: 64ccde33 am: 31eada87

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