diff --git a/BUILD.gn b/BUILD.gn index dee3f40c5d9049d73a40f12c298c575f98572564..73cb02bfc9c563d5c00069059dd5cd2e8ff93d93 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -97,9 +97,9 @@ ohos_executable("hdcd") { configs = [ ":hdc_config" ] deps = [ - "//third_party/libuv:uv_static", + "//third_party/libuv:uv", "//third_party/lz4:liblz4_static", - "//third_party/openssl:libcrypto_static", + "//third_party/openssl:libcrypto_shared", "//utils/native/base:utilsbase", ]