Merge "wifi: use 1.4 ISupplicant object for 1.4 vts tests" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-08-06 02:38:32 +00:00 committed by Android (Google) Code Review
commit fa0fb43978

View file

@ -155,5 +155,6 @@ INSTANTIATE_TEST_CASE_P(
testing::ValuesIn(
android::hardware::getAllHalInstanceNames(IWifi::descriptor)),
testing::ValuesIn(android::hardware::getAllHalInstanceNames(
ISupplicant::descriptor))),
android::hardware::wifi::supplicant::V1_4::ISupplicant::
descriptor))),
android::hardware::PrintInstanceTupleNameToString<>);