mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Fix VtsHalWifiSupplicantP2pIfaceTargetTest failed issue
supplicant_test_utils::initializeService() only stop Supplicant, don't start it. refer Android T code, It should start Supplicant when initializeService(). Bug: 279572212 Test: VtsHalWifiSupplicantP2pIfaceTargetTest pass Change-Id: I9f4b3e21ee0865eb95d71f7f832b2eb405de9607
This commit is contained in:
committed by
Gabriel Biren
parent
ea207b6487
commit
38bff8b0c7
@@ -64,9 +64,9 @@ void stopSupplicantService() {
|
||||
|
||||
void initializeService() {
|
||||
if (SupplicantAidlTestUtils::useAidlService()) {
|
||||
SupplicantAidlTestUtils::stopSupplicantService();
|
||||
SupplicantAidlTestUtils::initializeService();
|
||||
} else {
|
||||
SupplicantLegacyTestUtils::stopSupplicantService();
|
||||
SupplicantLegacyTestUtils::initializeService();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user