From f47e4e7e54dc0e72e684fdd29e9d27fbaf9c46de Mon Sep 17 00:00:00 2001 From: zhaifenghw Date: Tue, 10 Aug 2021 09:47:17 +0000 Subject: [PATCH] fix build for host bin --- BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index e3f41e9b..5d9aee67 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", ] -- Gitee