commit | 43f187769aeb9d59becc715971ff6c2f7358f639 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jul 24 19:33:15 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jul 24 19:33:15 2020 +0000 |
tree | 824c6abef1fa609e6bde6441062248f1143fc38e | |
parent | 7054e598f4efa6f7c5c8a3f8f2f03dc4cb7826a4 [diff] | |
parent | 6e4fc1f3208c803f0603237f63acd6d57b70575b [diff] |
Merge "Allow HAL test to pass without instance found." am: 3d5e0bb649 am: e599a09555 am: 6e4fc1f320 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1372249 Change-Id: I9619506ce574471fe9c987a2ae3fad73dba5d444
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);