From 589302eb9062b9a1d73d2c66c40ecc660ccd321c Mon Sep 17 00:00:00 2001 From: liulinna Date: Tue, 15 Mar 2022 07:17:20 +0000 Subject: [PATCH] update utils/BUILD.gn. Signed-off-by: liulinna4 --- utils/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/BUILD.gn b/utils/BUILD.gn index 9cd8c09..8d1825b 100644 --- a/utils/BUILD.gn +++ b/utils/BUILD.gn @@ -47,6 +47,7 @@ ohos_shared_library("screenlock_utils") { "hiviewdfx_hilog_native:libhilog", "bundle_framework:appexecfwk_core", "ces_standard:cesfwk_services", + "bundle_framework:appexecfwk_base", ] relative_install_dir = "module" subsystem_name = "miscservices"