mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-30 04:10:59 +00:00
IssueNo:#I67BIC
Description:Use shared library instead of static. Sig:SIG_ApplicationFramework Feature or BugFix: Feature Binary Source: No Signed-off-by: zhangyafei.echo <zhangyafei12@huawei.com> Change-Id: Idd7aad28459457d39bc90673565459586a47af90
This commit is contained in:
parent
785cd07aa5
commit
21b0bcaeb4
@ -168,7 +168,7 @@ if (defined(ohos_lite)) {
|
||||
"$softbus_adapter_common/kernel/posix/softbus_adapter_timer.c",
|
||||
"$softbus_adapter_common/log/softbus_adapter_log.c",
|
||||
]
|
||||
public_deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
public_deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
|
||||
deps = [ "//base/startup/init/interfaces/innerkits:libbegetutil" ]
|
||||
native_source_path = rebase_path("$dsoftbus_root_path")
|
||||
|
||||
|
@ -187,7 +187,7 @@ if (defined(ohos_lite)) {
|
||||
public_configs = [ ":dfinder_interface" ]
|
||||
deps = [
|
||||
"../nstackx_util:nstackx_util.open",
|
||||
"//third_party/bounds_checking_function:libsec_static",
|
||||
"//third_party/bounds_checking_function:libsec_shared",
|
||||
"//third_party/cJSON:cjson",
|
||||
"//third_party/libcoap:libcoap",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user