From c800eb1bd6434a9877c39fa25365bc87d9a4cc48 Mon Sep 17 00:00:00 2001 From: liuting Date: Wed, 15 Dec 2021 10:18:19 +0800 Subject: [PATCH] delete duplicate paths Signed-off-by: liuting --- engine/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/BUILD.gn b/engine/BUILD.gn index b9d1f8c3..44f61ed7 100755 --- a/engine/BUILD.gn +++ b/engine/BUILD.gn @@ -51,7 +51,6 @@ ohos_shared_library("updateservice") { "//foundation/distributedschedule/safwk/services/safwk/include", "//foundation/distributedschedule/safwk/interfaces/innerkits/safwk", "//foundation/distributedschedule/samgr/adapter/interfaces/innerkits/include", - "//foundation/distributedschedule/samgr/interfaces/innerkits/samgr_proxy/include", "//third_party/cJSON", "//third_party/libxml2/include", "//third_party/curl/include", -- Gitee