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

Commit d5115464 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add android.virtualdevice.cts.VirtualAudioTest to postsubmit" into main...

Merge "Add android.virtualdevice.cts.VirtualAudioTest to postsubmit" into main am: 52624e00 am: 91678440 am: 576970c0

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2907275



Change-Id: I1c9628c8cdf46a3211b5dd11f384c18e8a890896
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 33fd29aa 576970c0
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -41,11 +41,19 @@
        }
      ]
    }
  ]
  ],
  "postsubmit": [
  // TODO(b/302036943): Enable once we make it pass with AIDL HAL on CF.
  // "postsubmit": [
  //   {
  //      "name": "audioeffect_analysis"
  //   }
  // ]
  //   },
    {
      "name": "CtsVirtualDevicesTestCases",
      "options" : [
        {
          "include-filter": "android.virtualdevice.cts.VirtualAudioTest"
        }
      ]
    }
  ]
}