diff --git a/communication_lite/softbus_posix/BUILD.gn b/communication_lite/softbus_posix/BUILD.gn index f8d7bc690641873be4305573a3b979f59d93c63b..b8458537620673c1c5483d54858d3a79a00288cc 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