From f013f46ee8f0bc08b28ae86c521d31646326e67d Mon Sep 17 00:00:00 2001 From: xingyuanfeng Date: Sat, 9 Aug 2025 13:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xingyuanfeng --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 1c732cc6..69ca89ce 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -13,6 +13,8 @@ import("//arkcompiler/toolchain/toolchain.gni") + + config("hiviewdfx_config") { defines = [] if (enable_dump_in_faultlog) { -- Gitee