diff --git a/frameworks/config_policy/BUILD.gn b/frameworks/config_policy/BUILD.gn index 2fef5e04bac6d8c3187ed5c35d86d85b72977fb7..9592812528f7501e8633ba4ddfd6c7efe129e18a 100644 --- a/frameworks/config_policy/BUILD.gn +++ b/frameworks/config_policy/BUILD.gn @@ -56,7 +56,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" ]