From beaaf56e783ab0a712d4f8e65b09207d22e6d5a1 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?fixed=20ca73591=20from=20https://gitee.com/huan?= =?UTF-8?q?gke11/customization=5Fconfig=5Fpolicy/pulls/51=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=8A=A8=E6=80=81=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 91b2529..ceec14c 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" ] -- Gitee