From 57db8dc6055533caf918cbf000f32f6e4591e88a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=B0=8F=E6=9E=97?= Date: Tue, 29 Jul 2025 11:05:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E7=8B=AC=E7=AB=8B=E5=8C=96?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=95=B4=E6=94=B9=E9=9C=80=E6=B1=82=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4node=5Fheader=5Fnotice=E7=9A=84=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1fe26055f7d3d3705a55329ebc0f98c7e4f23abc Signed-off-by: 姜小林 --- interfaces/kits/js/BUILD.gn | 3 --- 1 file changed, 3 deletions(-) diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index f9fd98aa6..c836d0489 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -126,7 +126,6 @@ ohos_shared_library("fileio") { "hilog:libhilog", "libuv:uv", "napi:ace_napi", - "node:node_header_notice", "openssl:libcrypto_shared", ] defines = [ "OPENSSL_SUPPRESS_DEPRECATED" ] @@ -375,7 +374,6 @@ ohos_shared_library("file") { "eventhandler:libeventhandler", "hilog:libhilog", "napi:ace_napi", - "node:node_header_notice", ] if (file_api_read_optimize) { @@ -608,7 +606,6 @@ ohos_shared_library("document") { external_deps = [ "hilog:libhilog", "napi:ace_napi", - "node:node_header_notice", ] } -- Gitee