!97 使内核使用正确的securec库

Merge pull request !97 from Caoruihong/securec_m
This commit is contained in:
openharmony_ci 2021-04-27 21:11:06 +08:00 committed by Gitee
commit f65e14bf3b
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]