From 3aef90a52d90e86680b7d88919faf0a372a22248 Mon Sep 17 00:00:00 2001 From: y30045862 Date: Mon, 26 Jun 2023 22:03:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E7=BB=84=E4=BB=B6=20Signed-off-by:=20yangjin?= =?UTF-8?q?gbo10=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idf5dea511e1f9f7dcf623ab48b5ee1def0a456c4 --- bundle.json | 14 ++------------ interfaces/kits/js/BUILD.gn | 6 +++--- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/bundle.json b/bundle.json index 5d92ac644..e557a7730 100644 --- a/bundle.json +++ b/bundle.json @@ -24,31 +24,21 @@ "deps": { "components": [ "ability_base", - "ability_manager", "ability_runtime", "access_token", - "appexecfwk_base", - "appexecfwk_core", "bundle_framework", "common_event_service", "c_utils", "data_share", "eventhandler", - "hilog_native", - "hiviewdfx", - "hiviewdfx_hilog_native", + "hilog", "ipc", - "ipc_core", - "libhilog", "napi", - "samgr", - "samgr_proxy", - "want" + "samgr" ], "third_party": [ "bounds_checking_function", "e2fsprogs", - "node", "openssl" ] }, diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index 1243f2045..ebf2f17af 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -96,7 +96,7 @@ ohos_shared_library("fileio") { "//third_party/openssl:libcrypto_shared", ] - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] + external_deps = [ "hilog:libhilog" ] defines = [ "OPENSSL_SUPPRESS_DEPRECATED" ] } @@ -231,7 +231,7 @@ ohos_shared_library("file") { "ability_runtime:abilitykit_native", "common_event_service:cesfwk_innerkits", "eventhandler:libeventhandler", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", ] } @@ -323,7 +323,7 @@ ohos_shared_library("document") { deps = [ "${arkui_napi_path}:ace_napi" ] - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] + external_deps = [ "hilog:libhilog" ] } group("build_kits_js") { -- Gitee