use liteos_m specific securec build configuration

Change-Id: Id1ca03e0c7456724c1ba55fef4dbd07ba6213285
This commit is contained in:
Caoruihong 2021-04-27 16:24:38 +08:00
parent 6c1ce1c1cc
commit 9cc5b79da1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ group("kernel") {
deps = [ deps = [
"kernel:kernel", "kernel:kernel",
"utils:utils", "utils:utils",
"//third_party/bounds_checking_function:libsec_static", "//third_party/bounds_checking_function:libsec_kernel",
] ]
if (enable_ohos_kernel_liteos_m_cppsupport == true) { if (enable_ohos_kernel_liteos_m_cppsupport == true) {
deps += [ "components/cppsupport:cppsupport" ] deps += [ "components/cppsupport:cppsupport" ]