From 9c4930dfd9edad2503a5142aa0e003acb7246787 Mon Sep 17 00:00:00 2001 From: Roshan Pius Date: Wed, 4 Nov 2020 09:31:02 -0800 Subject: [PATCH] wifi: remove disable_framework option to pass the stopWifiFramework procedure Stopping entire framework can cause other essential services to be stopped. When wifi is stopped, it does not interact with any of the wifi HAL's. Bug: 201266536 Bug: 201184673 Test: atest --iterations 10 \ VtsHalWifiSupplicantV1_0TargetTest \ VtsHalWifiSupplicantV1_1TargetTest \ VtsHalWifiSupplicantV1_2TargetTest \ VtsHalWifiSupplicantV1_3TargetTest \ VtsHalWifiSupplicantV1_4TargetTest \ VtsHalWifiSupplicantP2pV1_0TargetTest \ VtsHalWifiSupplicantP2pV1_2TargetTest \ VtsHalWifiSupplicantP2pV1_4TargetTest Change-Id: Ia4a38c2e942681f323cf76941713c429e14870cc (cherry picked from commit 3a5858a7113491ac8964528a78710412933e50fc) --- wifi/supplicant/1.4/vts/functional/Android.bp | 2 -- 1 file changed, 2 deletions(-) diff --git a/wifi/supplicant/1.4/vts/functional/Android.bp b/wifi/supplicant/1.4/vts/functional/Android.bp index 8cbe04f686..57ee83073b 100644 --- a/wifi/supplicant/1.4/vts/functional/Android.bp +++ b/wifi/supplicant/1.4/vts/functional/Android.bp @@ -77,7 +77,6 @@ cc_test { "general-tests", "vts", ], - disable_framework: true, } cc_test { @@ -108,5 +107,4 @@ cc_test { "general-tests", "vts", ], - disable_framework: true, }