From 248b1671df4a9cfef0eabe20ccfd51ce94e54f9a Mon Sep 17 00:00:00 2001 From: junyi233 Date: Thu, 10 Mar 2022 18:06:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=B5=8B?= =?UTF-8?q?=E8=AF=95111?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: junyi233 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index f630eb5aa..7dd74543e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -20,7 +20,7 @@ group("libdistributedfile_innerkits") { group("services_target") { deps = [ - "${services_path}:distributed_file.para", + "${services_path}:distributedfile_etc", "${services_path}:distributedfile_sa_profile", "${services_path}/distributedfiledaemon:libdistributedfiledaemon", -- Gitee From 5f0884d7f8e1491576f45a8e12d1b6a70c4b69c9 Mon Sep 17 00:00:00 2001 From: junyi233 Date: Thu, 10 Mar 2022 18:11:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=B5=8B?= =?UTF-8?q?=E8=AF=95222?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: junyi233 --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 7dd74543e..14de44d1c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -22,7 +22,6 @@ group("services_target") { deps = [ "${services_path}:distributedfile_etc", - "${services_path}:distributedfile_sa_profile", "${services_path}/distributedfiledaemon:libdistributedfiledaemon", "${services_path}/distributedfileservice:libdistributedfileservice", ] -- Gitee