!268 增加bounds_checking_function依赖

Merge pull request !268 from 陈怡博/master
This commit is contained in:
openharmony_ci 2024-05-24 03:46:46 +00:00 committed by Gitee
commit cd899c0d5c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 4 deletions

View File

@ -48,6 +48,8 @@ ohos_static_library("libcert_manager_hisysevent_wrapper_static") {
"L2_STANDARD",
"_CM_LOG_ENABLE_",
]
external_deps = [ "hisysevent:libhisysevent" ]
complete_static_lib = true
external_deps = [
"bounds_checking_function:libsec_static",
"hisysevent:libhisysevent",
]
}

View File

@ -46,11 +46,13 @@ ohos_static_library("libcert_manager_sg_report_static") {
]
defines = [ "_CM_LOG_ENABLE_" ]
external_deps = [ "ipc:ipc_single" ]
external_deps = [
"bounds_checking_function:libsec_static",
"ipc:ipc_single",
]
if (support_security_guard) {
cflags += [ "-DSUPPORT_SECURITY_GUARD" ]
cflags_cc = [ "-DSUPPORT_SECURITY_GUARD" ]
external_deps += [ "security_guard:libsg_collect_sdk" ]
}
complete_static_lib = true
}