From 05b9993518d8077a984c9d31b23e44c1eac0d094 Mon Sep 17 00:00:00 2001 From: liuyifei Date: Thu, 13 Jul 2023 20:11:56 +0800 Subject: [PATCH] modify subsys-dfx-hilog-rich.md Signed-off-by: liuyifei --- 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 5c2cb29001..dc8eeedfed 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 = [ "hilog_native:libhilog" ] + external_deps = [ "hilog: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 b53bc41d2d..24ce7f3bd6 100755 --- a/zh-cn/device-dev/subsystems/subsys-dfx-hilog-rich.md +++ b/zh-cn/device-dev/subsystems/subsys-dfx-hilog-rich.md @@ -66,7 +66,7 @@ HiLog是OpenHarmony日志系统,提供给系统框架、服务、以及应用 2. 编译设置,在BUILD.gn里增加子系统SDK依赖: ``` - external_deps = [ "hilog_native:libhilog" ] + external_deps = [ "hilog:libhilog" ] ``` -- GitLab