From f4c70b4b77804f0ebe20bce6cae6b723fa64d7de Mon Sep 17 00:00:00 2001 From: liuyifei Date: Wed, 7 May 2025 01:43:35 +0000 Subject: [PATCH] =?UTF-8?q?hilog=20syscap=E6=95=B4=E6=94=B9=20Signed-off-b?= =?UTF-8?q?y:=20liuyifei=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hiviewdfx/hilog/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/hiviewdfx/hilog/BUILD.gn b/hiviewdfx/hilog/BUILD.gn index 1d6816c60..64550630c 100644 --- a/hiviewdfx/hilog/BUILD.gn +++ b/hiviewdfx/hilog/BUILD.gn @@ -18,6 +18,7 @@ ohos_ndk_library("libhilog_ndk") { ndk_description_file = "./libhilog.ndk.json" min_compact_version = "1" system_capability = "SystemCapability.HiviewDFX.HiLog" + system_capability_headers = [ "hilog/log.h" ] } ohos_ndk_headers("hilog_header") { -- Gitee