diff --git a/BUILD.gn b/BUILD.gn index 29cefc0819076c5e1860996ed0e39371ca6e1e93..b8304d459c057dc8ba959be3ef377c2076896737 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -40,7 +40,7 @@ group("kernel") { deps = [ "kernel:kernel", "utils:utils", - "//third_party/bounds_checking_function:libsec_kernel", + "//third_party/bounds_checking_function:libsec_static", ] if (enable_ohos_kernel_liteos_m_cppsupport == true) { deps += [ "components/cppsupport:cppsupport" ]