From 2037d87f0624437acf4750b89d9741a34710f8aa Mon Sep 17 00:00:00 2001 From: jiyong Date: Sun, 10 Apr 2022 15:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E6=80=BB=E7=BA=BF=E4=B8=8B=E7=BA=BF?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiyong --- build_lite/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 6a47de241..00248832b 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -32,7 +32,6 @@ lite_component("acts_component") { } else { if (ohos_kernel_type == "liteos_m") { all_features += [ - "//test/xts/acts/communication_lite/dsoftbus_hal:ActsDsoftbusMgrTest", "//test/xts/acts/aafwk_lite/ability_hal:ActsAbilityMgrTest", "//test/xts/acts/appexecfwk_lite/appexecfwk_hal:ActsBundleMgrTest", "//test/xts/acts/communication_lite/lwip_hal:ActsLwipTest", -- GitLab