diff --git a/frameworks/config_policy/BUILD.gn b/frameworks/config_policy/BUILD.gn index 91b2529c7f9a0e52fa8fc07186be4f9f5441eb10..ceec14c98c71657c2b9cb925934c72461c1cb32f 100644 --- a/frameworks/config_policy/BUILD.gn +++ b/frameworks/config_policy/BUILD.gn @@ -55,7 +55,7 @@ if (defined(ohos_lite) && ohos_kernel_type == "liteos_m") { public_configs = [ ":config_policy_config" ] deps = [ "etc:customization_etc", - "//third_party/bounds_checking_function:libsec_static", + "//third_party/bounds_checking_function:libsec_shared", ] external_deps = [ "init:libbegetutil" ]