From b921813de0aba2a08f216b718d737b8da68e2adf Mon Sep 17 00:00:00 2001 From: yaomanhai Date: Mon, 21 Feb 2022 12:30:46 +0000 Subject: [PATCH] change hilog innker kits part name Signed-off-by: yaomanhai --- en/device-dev/subsystems/subsys-dfx-hilog-rich.md | 2 +- zh-cn/device-dev/subsystems/subsys-dfx-hilog-rich.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/device-dev/subsystems/subsys-dfx-hilog-rich.md b/en/device-dev/subsystems/subsys-dfx-hilog-rich.md index fa64d74319..79ad099abc 100644 --- a/en/device-dev/subsystems/subsys-dfx-hilog-rich.md +++ b/en/device-dev/subsystems/subsys-dfx-hilog-rich.md @@ -179,7 +179,7 @@ This development guide is applicable to Standard-System Devices \(reference memo 2. Configure compilation information. Specifically, add the subsystem SDK dependency to **BUILD.gn**. ``` - external_deps = [ "hiviewdfx_hilog_native:libhilog" ] + external_deps = [ "hilog_native:libhilog" ] ``` 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 af76dbec8c..61db582852 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" ] ``` -- GitLab