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

Commit 8fddf600 authored by Gabriel Biren's avatar Gabriel Biren Committed by Android (Google) Code Review
Browse files

Merge "Fix VtsHalWifiSupplicantP2pIfaceTargetTest failed issue" into udc-dev

parents 01b99d1b 38bff8b0
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();
    }
}