mirror of
https://gitee.com/openharmony/developtools_hdc
synced 2024-11-23 15:12:24 +00:00
change hdcd static lib to shared
Signed-off-by: faithwang <wangyanteng@huawei.com>
This commit is contained in:
parent
bf97bffdf0
commit
954e0aab58
4
BUILD.gn
4
BUILD.gn
@ -99,7 +99,7 @@ ohos_executable("hdcd") {
|
||||
deps = [
|
||||
"//third_party/libuv:uv",
|
||||
"//third_party/lz4:liblz4_static",
|
||||
"//third_party/openssl:libcrypto_static",
|
||||
"//third_party/openssl:libcrypto_shared",
|
||||
"//utils/native/base:utilsbase",
|
||||
]
|
||||
|
||||
@ -181,7 +181,7 @@ ohos_executable("hdc_std") {
|
||||
deps = [
|
||||
"//third_party/bounds_checking_function:libsec_static",
|
||||
"//third_party/libusb:libusb",
|
||||
"//third_party/libuv:uv",
|
||||
"//third_party/libuv:uv_static",
|
||||
"//third_party/lz4:liblz4_static",
|
||||
"//third_party/openssl:libcrypto_static",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user