Merge "Allow HAL test to pass without instance found." am: 3d5e0bb649

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1372249

Change-Id: Icbe8c27b771302f1a1c61740c1b147f71b4a0cff
This commit is contained in:
Treehugger Robot
2020-07-24 18:51:48 +00:00
committed by Automerger Merge Worker

View File

@@ -107,4 +107,6 @@ INSTANTIATE_TEST_SUITE_P(
PerInstance, BluetoothA2dpHidlTest,
testing::ValuesIn(android::hardware::getAllHalInstanceNames(
IBluetoothAudioOffload::descriptor)),
android::hardware::PrintInstanceNameToString);
android::hardware::PrintInstanceNameToString);
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(BluetoothA2dpHidlTest);