Merge "wifi: use 1.4 ISupplicant object for 1.4 vts tests" into sc-dev
This commit is contained in:
commit
fa0fb43978
1 changed files with 2 additions and 1 deletions
|
@ -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<>);
|
||||
|
|
Loading…
Reference in a new issue