From 7f8306e477d5a6b4777a982f1b67eec58a3583f7 Mon Sep 17 00:00:00 2001 From: aodongbiao Date: Tue, 6 Sep 2022 14:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: aodongbiao Change-Id: I65b4e798bf85cdfb207b03b27c6b9b28dbe203c5 --- frameworks/config_policy/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/frameworks/config_policy/BUILD.gn b/frameworks/config_policy/BUILD.gn index f09684d..afb8e93 100644 --- a/frameworks/config_policy/BUILD.gn +++ b/frameworks/config_policy/BUILD.gn @@ -41,7 +41,6 @@ if (defined(ohos_lite)) { "etc:customization_etc", "//third_party/bounds_checking_function:libsec_static", ] - external_deps = [ "init:libbegetutil" ] subsystem_name = "customization" part_name = "config_policy" } -- Gitee