From ffbfe78d65198872827567c257d20fd70fa14965 Mon Sep 17 00:00:00 2001 From: limeng151 Date: Wed, 15 Sep 2021 10:18:02 +0800 Subject: [PATCH] =?UTF-8?q?fixed=205c222ea=20from=20https://gitee.com/liya?= =?UTF-8?q?ng003227/xts=5Facts/pulls/607=20=E6=B3=A8=E9=87=8A=E6=8E=89Acts?= =?UTF-8?q?CMSISTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limeng151 Change-Id: Ieb9abaa160cd8476e24ab6d847e22d349b9ee872 --- build_lite/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 1e4215df8..02d9254e4 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -36,7 +36,8 @@ lite_component("acts_component") { "//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", - "//test/xts/acts/kernel_lite/kernelcmsis_hal:ActsCMSISTest", + + #"//test/xts/acts/kernel_lite/kernelcmsis_hal:ActsCMSISTest", "//test/xts/acts/utils_lite/kv_store_hal:ActsKvStoreTest", "//test/xts/acts/security_lite/datahuks_hal:ActsSecurityDataTest", "//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest", -- GitLab