From f7dcc451e9a8192aab686fab10eda27cc5da7eca Mon Sep 17 00:00:00 2001 From: junyi233 Date: Thu, 10 Mar 2022 18:33:11 +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..f9e42fe71 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -20,7 +20,7 @@ group("libdistributedfile_innerkits") { group("services_target") { deps = [ - "${services_path}:distributed_file.para", + "${serv "${services_path}:distributedfile_etc", "${services_path}:distributedfile_sa_profile", "${services_path}/distributedfiledaemon:libdistributedfiledaemon", -- Gitee From 7cc24562b30a3070a0cfd5bfff84791710f73fec Mon Sep 17 00:00:00 2001 From: junyi233 Date: Thu, 10 Mar 2022 18:34:07 +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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index f9e42fe71..9665791a8 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -21,9 +21,7 @@ group("libdistributedfile_innerkits") { group("services_target") { deps = [ "${serv - "${services_path}:distributedfile_etc", "${services_path}:distributedfile_sa_profile", - "${services_path}/distributedfiledaemon:libdistributedfiledaemon", "${services_path}/distributedfileservice:libdistributedfileservice", ] } -- Gitee