!123 m核编译存在libsec_kernel.a核libsec_static.a两份安全函数库,需要优化

Merge pull request !123 from zhangfanfan2/other
This commit is contained in:
openharmony_ci 2021-05-15 14:46:16 +08:00 committed by Gitee
commit e52008ba6e
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" ]