From dd4c4a6319a3db05e9f226342e65e7091f0141ea Mon Sep 17 00:00:00 2001 From: ssy Date: Mon, 6 Sep 2021 19:53:02 +0800 Subject: [PATCH] Signed-off-by:shuisiyuan Signed-off-by: ssy --- communication_lite/softbus_posix/BUILD.gn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/communication_lite/softbus_posix/BUILD.gn b/communication_lite/softbus_posix/BUILD.gn index f8d7bc690..b84585376 100755 --- a/communication_lite/softbus_posix/BUILD.gn +++ b/communication_lite/softbus_posix/BUILD.gn @@ -33,15 +33,14 @@ hcpptest_suite("ActsSoftBusTest") { "//third_party/bounds_checking_function/include", "//base/startup/syspara_lite/interfaces/kits/include", "//base/security/deviceauth/interfaces/innerkits/deviceauth_lite", - "//third_party/bounds_checking_function:libsec_shared", ] defines = [ "_GNU_SOURCE" ] deps = [ - "//base/security/huks/frameworks/huks_lite/source:huks", "//foundation/communication/softbus_lite:softbus_lite", + "//third_party/bounds_checking_function:libsec_shared", ] cflags = [ "-Wno-error" ] -} +} \ No newline at end of file -- GitLab