mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fix test run for GSI" into main am: 74d99edac1
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2931355 Change-Id: I060768982c8a30b8104fecbedf8663f426cfc7e9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -2583,6 +2583,10 @@ TEST_P(BluetoothAudioProviderLeAudioOutputHardwareAidl, GetQoSConfiguration) {
|
||||
|
||||
TEST_P(BluetoothAudioProviderLeAudioOutputHardwareAidl,
|
||||
GetDataPathConfiguration) {
|
||||
if (GetProviderFactoryInterfaceVersion() <
|
||||
BluetoothAudioHalVersion::VERSION_AIDL_V4) {
|
||||
GTEST_SKIP();
|
||||
}
|
||||
IBluetoothAudioProvider::StreamConfig sink_requirement;
|
||||
IBluetoothAudioProvider::StreamConfig source_requirement;
|
||||
std::vector<IBluetoothAudioProvider::LeAudioDataPathConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user