From c21bc7a07c83c89b659fac11eb2e2fc6f6cab02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E7=A3=8A?= Date: Sat, 26 Mar 2022 07:46:01 +0000 Subject: [PATCH] Signed-off-by: xionglei --- BUILD.gn | 8 -------- 1 file changed, 8 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index b7beb497..e0847fda 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -74,12 +74,8 @@ ohos_static_library("appspawn_server") { "//utils/native/base:utils", ] external_deps = [ - "ability_base:want", "hilog_native:libhilog", "hiviewdfx_hilog_native:libhilog", - "ipc:ipc_core", - "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", ] if (build_selinux) { @@ -149,12 +145,8 @@ ohos_static_library("nwebspawn_server") { "//utils/native/base:utils", ] external_deps = [ - "ability_base:want", "hilog_native:libhilog", "hiviewdfx_hilog_native:libhilog", - "ipc:ipc_core", - "safwk:system_ability_fwk", - "samgr_standard:samgr_proxy", ] if (build_selinux) { -- Gitee