Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1dc48f6 authored by Gabriel Biren's avatar Gabriel Biren Committed by Automerger Merge Worker
Browse files

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

parents fb6ba787 8fddf600
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,9 +64,9 @@ void stopSupplicantService() {

void initializeService() {
    if (SupplicantAidlTestUtils::useAidlService()) {
        SupplicantAidlTestUtils::stopSupplicantService();
        SupplicantAidlTestUtils::initializeService();
    } else {
        SupplicantLegacyTestUtils::stopSupplicantService();
        SupplicantLegacyTestUtils::initializeService();
    }
}