From c22909a1656ace58a14978eba06c38b9ab43a440 Mon Sep 17 00:00:00 2001 From: nan-xiansen Date: Fri, 29 Oct 2021 09:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90startup=5Flite=E3=80=91=E3=80=90master?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nan-xiansen Change-Id: I8432b94af9f88a790475cf22e16bbfcc8ced3041 --- build_lite/BUILD.gn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 2a736bbf5..ffd05157c 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -43,7 +43,8 @@ lite_component("acts_component") { "//test/xts/acts/hiviewdfx_lite/hievent_hal:ActsHieventLiteTest", "//test/xts/acts/distributed_schedule_lite/system_ability_manager_hal:ActsSamgrTest", "//test/xts/acts/update_lite/dupdate_hal:ActsUpdaterFuncTest", - "//test/xts/acts/startup_lite/bootstrap_hal:ActsBootstrapTest", + + #"//test/xts/acts/startup_lite/bootstrap_hal:ActsBootstrapTest", ] } else if (ohos_kernel_type == "liteos_a") { all_features += [ @@ -77,7 +78,8 @@ lite_component("acts_component") { all_features += [ "//test/xts/acts/utils_lite/kv_store_posix:ActsKvStoreTest", "//test/xts/acts/startup_lite/syspara_posix:ActsParameterTest", - "//test/xts/acts/startup_lite/bootstrap_posix:ActsBootstrapTest", + + #"//test/xts/acts/startup_lite/bootstrap_posix:ActsBootstrapTest", "//test/xts/acts/communication_lite/lwip_posix:ActsLwipTest", "//test/xts/acts/security_lite:securitytest", -- GitLab