From 38ff4e71ea124f25bbda97cfa4faee4e2d9658c5 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Thu, 23 May 2024 02:56:17 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!146=20:?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E4=BE=9D=E8=B5=96'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interfaces/innerkits/ipc_client/BUILD.gn | 1 - services/module_update/BUILD.gn | 1 - services/module_update/service/BUILD.gn | 1 - 3 files changed, 3 deletions(-) diff --git a/interfaces/innerkits/ipc_client/BUILD.gn b/interfaces/innerkits/ipc_client/BUILD.gn index 56b569b..9fea0e4 100644 --- a/interfaces/innerkits/ipc_client/BUILD.gn +++ b/interfaces/innerkits/ipc_client/BUILD.gn @@ -139,7 +139,6 @@ module_update_gen("module_update") { include_dirs = [ "./include" ] deps = [ "${sys_installer_path}/services/module_update:module_update_static" ] - external_deps = [ "hilog:libhilog" ] public_configs = [ ":exported_header_files" ] diff --git a/services/module_update/BUILD.gn b/services/module_update/BUILD.gn index 2b38377..bdecfde 100644 --- a/services/module_update/BUILD.gn +++ b/services/module_update/BUILD.gn @@ -86,7 +86,6 @@ ohos_static_library("module_update_static") { defines = [ "SUPPORT_HVB" ] external_deps += [ - "hilog:libhilog", "hvb:libhvb_static", "init:libfsmanager_static", ] diff --git a/services/module_update/service/BUILD.gn b/services/module_update/service/BUILD.gn index 2479555..f88153e 100644 --- a/services/module_update/service/BUILD.gn +++ b/services/module_update/service/BUILD.gn @@ -48,7 +48,6 @@ ohos_static_library("libmodule_update_service") { external_deps = [ "access_token:libaccesstoken_sdk", "c_utils:utils", - "hilog:libhilog", "hisysevent:libhisyseventmanager", "init:libbeget_proxy", "ipc:ipc_core", -- Gitee