mirror of
https://gitee.com/openharmony/security_certificate_manager
synced 2024-11-23 15:40:27 +00:00
!268 增加bounds_checking_function依赖
Merge pull request !268 from 陈怡博/master
This commit is contained in:
commit
cd899c0d5c
@ -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",
|
||||
]
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user