Merge "Allow HAL test to pass without instance found."

This commit is contained in:
Treehugger Robot
2020-07-24 18:49:40 +00:00
committed by Gerrit Code Review

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);