!1303 bounds_checking_function独立编译整改黄蓝同步

Merge pull request !1303 from wulimm/master
This commit is contained in:
openharmony_ci 2024-06-21 07:08:19 +00:00 committed by Gitee
commit bcbc93c4b3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,7 @@
"ram": "5MB",
"deps": {
"components": [
"bounds_checking_function",
"curl",
"hilog",
"hitrace",

View File

@ -79,6 +79,7 @@ ohos_shared_library("net_ssl") {
]
external_deps = [
"bounds_checking_function:libsec_shared",
"hilog:libhilog",
"ipc:ipc_core",
]

View File

@ -63,7 +63,10 @@ ohos_shared_library("stack_utils_common") {
public_configs = [ ":stack_utils_common_public_config" ]
external_deps = [ "hilog:libhilog" ]
external_deps = [
"bounds_checking_function:libsec_shared",
"hilog:libhilog",
]
innerapi_tags = [ "platformsdk" ]
part_name = "netstack"