Allow HAL test to pass without instance found.

Bug: 162052785
Test: atest
Change-Id: I03c434cdf357dc8340b107fed991389a47febfbe
This commit is contained in:
Dan Shi
2020-07-24 10:40:00 -07:00
parent 9b04c73565
commit c159474b14

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