From df239dba087b8416ab18942d164622ab44cdb9ec Mon Sep 17 00:00:00 2001 From: zhufenghao <2581725389@qq.com> Date: Mon, 13 Sep 2021 10:29:18 +0800 Subject: [PATCH] softbus xts Signed-off-by: zhufenghao <2581725389@qq.com> --- build_lite/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 4fef13bb4..b8805bc01 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -33,6 +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/wifiservice_hal:ActsWifiServiceTest", "//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest", -- GitLab