From 022ef21a6e5636305530b0fc23803f5bf4d80c99 Mon Sep 17 00:00:00 2001 From: liuyifei Date: Mon, 1 Apr 2024 01:14:50 +0000 Subject: [PATCH] =?UTF-8?q?hilog=E4=BE=9D=E8=B5=96=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuyifei --- interfaces/js/kits/napi/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/js/kits/napi/BUILD.gn b/interfaces/js/kits/napi/BUILD.gn index 759fe6b..7372bda 100644 --- a/interfaces/js/kits/napi/BUILD.gn +++ b/interfaces/js/kits/napi/BUILD.gn @@ -17,7 +17,6 @@ import("//build/ohos.gni") ohos_source_set("libhilognapi_src") { defines = [] include_dirs = [ - "//third_party/bounds_checking_function/include", "//base/hiviewdfx/hilog/frameworks/libhilog/param/include", "//base/hiviewdfx/hilog/frameworks/libhilog/include", "//base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi", -- Gitee