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:
zhangyafei.echo 2022-12-27 15:26:31 +08:00
parent 785cd07aa5
commit 21b0bcaeb4
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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",
]