From d033eed05dea705e96c31a4239939ecaed754d0e Mon Sep 17 00:00:00 2001 From: fushuchang Date: Mon, 5 Sep 2022 15:15:02 +0800 Subject: [PATCH] Redundant dependencies --- services/distributedfiledaemon/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/services/distributedfiledaemon/BUILD.gn b/services/distributedfiledaemon/BUILD.gn index ad2048c8c..ea0db9b3f 100644 --- a/services/distributedfiledaemon/BUILD.gn +++ b/services/distributedfiledaemon/BUILD.gn @@ -51,7 +51,6 @@ ohos_shared_library("libdistributedfiledaemon") { "init:libbegetutil", "ipc:ipc_core", "safwk:system_ability_fwk", - "samgr:samgr_proxy", ] configs = [ "${utils_path}:compiler_configs" ] -- Gitee