From d3b11e79e76a22062052ba1192c8c79ec6db1c45 Mon Sep 17 00:00:00 2001 From: zhufenghao <2581725389@qq.com> Date: Mon, 13 Sep 2021 10:14:37 +0800 Subject: [PATCH] softbus xts modify Signed-off-by: zhufenghao <2581725389@qq.com> --- 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 989a97418..4fef13bb4 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -33,7 +33,7 @@ lite_component("acts_component") { if (ohos_kernel_type == "liteos_m") { all_features += [ "//test/xts/acts/communication_lite/lwip_hal:ActsLwipTest", - "//test/xts/acts/communication_lite/softbus_hal:ActsSoftBusTest", + #"//test/xts/acts/communication_lite/softbus_hal:ActsSoftBusTest", "//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest", "//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest", -- GitLab