From bc3611a1c11569ee2401e67d8c47c06e26049b17 Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Tue, 12 Jul 2022 01:35:18 -0700 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUILD.gn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- frameworks/common/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/common/BUILD.gn b/frameworks/common/BUILD.gn index e3629cf62..3d412c900 100644 --- a/frameworks/common/BUILD.gn +++ b/frameworks/common/BUILD.gn @@ -43,7 +43,7 @@ ohos_shared_library("accesstoken_common_cxx") { ] external_deps = [ "hiviewdfx_hilog_native:libhilog", - "startup_l2:syspara", + "init:libbegetutil", ] cflags_cc = [ "-DHILOG_ENABLE" ] -- Gitee