change hdcd static lib to shared

Signed-off-by: faithwang <wangyanteng@huawei.com>
This commit is contained in:
faithwang 2022-07-21 20:51:12 +08:00
parent bf97bffdf0
commit 954e0aab58

View File

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