From 9cc5b79da1268fc6fef1db28a07e1a547dd91a0b Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Tue, 27 Apr 2021 16:24:38 +0800 Subject: [PATCH] use liteos_m specific securec build configuration Change-Id: Id1ca03e0c7456724c1ba55fef4dbd07ba6213285 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index b8304d45..29cefc08 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -40,7 +40,7 @@ group("kernel") { deps = [ "kernel:kernel", "utils:utils", - "//third_party/bounds_checking_function:libsec_static", + "//third_party/bounds_checking_function:libsec_kernel", ] if (enable_ohos_kernel_liteos_m_cppsupport == true) { deps += [ "components/cppsupport:cppsupport" ]