mirror of
https://gitee.com/openharmony/communication_netstack
synced 2025-03-02 15:56:06 +00:00
!1303 bounds_checking_function独立编译整改黄蓝同步
Merge pull request !1303 from wulimm/master
This commit is contained in:
commit
bcbc93c4b3
@ -30,6 +30,7 @@
|
||||
"ram": "5MB",
|
||||
"deps": {
|
||||
"components": [
|
||||
"bounds_checking_function",
|
||||
"curl",
|
||||
"hilog",
|
||||
"hitrace",
|
||||
|
@ -79,6 +79,7 @@ ohos_shared_library("net_ssl") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"bounds_checking_function:libsec_shared",
|
||||
"hilog:libhilog",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user