diff --git a/BUILD.gn b/BUILD.gn index e3f41e9b2b7419995df76e55cbcd48797234120c..5d9aee6754a1acff5075903aee0b767fc492d1a9 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -107,10 +107,9 @@ ohos_executable("hdc_std") { sources += hdc_common_sources deps = [ + "//third_party/libusb:libusb", "//third_party/libuv:uv_static", "//third_party/lz4:liblz4_static", - ] - deps += [ "//third_party/openssl:libcrypto_static", "//utils/native/base:utilsecurec", ]