From 084f953bccbc2b753f02c163f69f65b321304128 Mon Sep 17 00:00:00 2001 From: jiyong_sd Date: Wed, 6 Jul 2022 14:44:22 +0800 Subject: [PATCH] modified lite Signed-off-by: jiyong_sd Change-Id: Icffb9c2827fdbb6b7f0d664e429caaaeaa9ad6d6 --- build_lite/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 2d4e83796..2407c3c34 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -35,7 +35,7 @@ lite_component("acts_component") { "//test/xts/acts/aafwk_lite/ability_hal:ActsAbilityMgrTest", "//test/xts/acts/appexecfwk_lite/appexecfwk_hal:ActsBundleMgrTest", "//test/xts/acts/communication_lite/lwip_hal:ActsLwipTest", - "//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", + #"//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest", "//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest", "//test/xts/acts/iot_hardware_lite/iot_controller_hal:ActsWifiIotTest", -- GitLab