diff --git a/communication_lite/lwip_posix/BUILD.gn b/communication_lite/lwip_posix/BUILD.gn index 5d2b961a5b5977ed16b1a86f9421444cfc8fea36..b2cdd09419168e6a6e7e0773d8bcc6596659addf 100755 --- a/communication_lite/lwip_posix/BUILD.gn +++ b/communication_lite/lwip_posix/BUILD.gn @@ -22,7 +22,7 @@ hcpptest_suite("ActsLwipTest") { "restrict=", ] - deps = [ "//base/security/huks/frameworks/huks_lite/source:huks" ] + deps = ["//third_party/bounds_checking_function:libsec_shared" ] cflags = [ "-Wno-error" ] }