From ca73591acced07c8143a601a82c8b45be6d44f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E7=A7=91?= Date: Wed, 21 Dec 2022 07:37:25 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄科 --- frameworks/config_policy/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/config_policy/BUILD.gn b/frameworks/config_policy/BUILD.gn index 2fef5e0..9592812 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" ] -- Gitee