Merge "Fix VtsHalWifiSupplicantP2pIfaceTargetTest failed issue" into udc-dev am: 8fddf60046

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/22873180

Change-Id: Id7ff8fe8f1c3d055ef873267cccb63ca6ce6d3dd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Gabriel Biren
2023-04-26 16:22:12 +00:00
committed by Automerger Merge Worker

View File

@@ -64,9 +64,9 @@ void stopSupplicantService() {
void initializeService() {
if (SupplicantAidlTestUtils::useAidlService()) {
SupplicantAidlTestUtils::stopSupplicantService();
SupplicantAidlTestUtils::initializeService();
} else {
SupplicantLegacyTestUtils::stopSupplicantService();
SupplicantLegacyTestUtils::initializeService();
}
}