From 9273a683212e45c26fffb23f0cf6414e90eee343 Mon Sep 17 00:00:00 2001 From: fushuchang Date: Mon, 5 Sep 2022 15:56:41 +0800 Subject: [PATCH] fix Redundant dependencies Signed-off-by: fushuchang --- services/distributedfiledaemon/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/distributedfiledaemon/BUILD.gn b/services/distributedfiledaemon/BUILD.gn index ad2048c8c..625b16b34 100644 --- a/services/distributedfiledaemon/BUILD.gn +++ b/services/distributedfiledaemon/BUILD.gn @@ -51,7 +51,7 @@ ohos_shared_library("libdistributedfiledaemon") { "init:libbegetutil", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr:samgr_proxy", + # "samgr:samgr_proxy", ] configs = [ "${utils_path}:compiler_configs" ] -- Gitee