From 30481044493567877ef79781f1f216ecc289ae93 Mon Sep 17 00:00:00 2001 From: yaomanhai Date: Mon, 21 Feb 2022 12:28:20 +0000 Subject: [PATCH] change hilog part name Signed-off-by: yaomanhai --- zh-cn/device-dev/subsystems/subsys-dfx-hilog-rich.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/subsystems/subsys-dfx-hilog-rich.md b/zh-cn/device-dev/subsystems/subsys-dfx-hilog-rich.md index af76dbec8c6..61db5828528 100755 --- a/zh-cn/device-dev/subsystems/subsys-dfx-hilog-rich.md +++ b/zh-cn/device-dev/subsystems/subsys-dfx-hilog-rich.md @@ -69,7 +69,7 @@ HiLog是OpenHarmony日志系统,提供给系统框架、服务、以及应用 2. 编译设置,在BUILD.gn里增加子系统SDK依赖: ``` - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] + external_deps = [ "hilog_native:libhilog" ] ``` -- Gitee