fix: remove libsec_kernel

This commit is contained in:
zhangfanfan2 2021-05-13 20:46:46 +08:00 committed by Gitee
parent 748a827560
commit 1144b75f3f
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_kernel",
"//third_party/bounds_checking_function:libsec_static",
]
if (enable_ohos_kernel_liteos_m_cppsupport == true) {
deps += [ "components/cppsupport:cppsupport" ]