commit | b5331f71e7ab3b5b6525621a94210b063fd89f10 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Aug 06 07:42:39 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Aug 06 07:42:39 2021 +0000 |
tree | c42f2de5fd0b54906b3cd6c697d927f52c49d7ec | |
parent | 0648d8d3edec83150faf860a26d1720caf93c452 [diff] | |
parent | 50899fb2696d2bb98a4807a237e124f566293f57 [diff] |
Merge "Fix tuner example crash."
diff --git a/wifi/supplicant/1.4/vts/functional/supplicant_sta_network_hidl_test.cpp b/wifi/supplicant/1.4/vts/functional/supplicant_sta_network_hidl_test.cpp index e3fbaf3..49d471b 100644 --- a/wifi/supplicant/1.4/vts/functional/supplicant_sta_network_hidl_test.cpp +++ b/wifi/supplicant/1.4/vts/functional/supplicant_sta_network_hidl_test.cpp
@@ -155,5 +155,6 @@ 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<>);