commit | 2c23074fa1d648cac72c06c016af59a77d7944b2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jul 24 19:50:38 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 24 19:50:38 2020 +0000 |
tree | 153bc21d9a7e1d1e908615d46c09d5faac8dd464 | |
parent | 802954e7c4d59576a5d369886c9f9ac3076d3249 [diff] | |
parent | 43f187769aeb9d59becc715971ff6c2f7358f639 [diff] |
Merge "Allow HAL test to pass without instance found." am: 3d5e0bb649 am: e599a09555 am: 6e4fc1f320 am: 43f187769a Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1372249 Change-Id: I81bdd831ecd3ba8ea15f4eb069d418e0c4728a75
diff --git a/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp b/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp index 44b138a..f7fdf31 100644 --- a/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp +++ b/bluetooth/a2dp/1.0/vts/functional/VtsHalBluetoothA2dpV1_0TargetTest.cpp
@@ -107,4 +107,6 @@ PerInstance, BluetoothA2dpHidlTest, testing::ValuesIn(android::hardware::getAllHalInstanceNames( IBluetoothAudioOffload::descriptor)), - android::hardware::PrintInstanceNameToString); \ No newline at end of file + android::hardware::PrintInstanceNameToString); + +GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothA2dpHidlTest);