diff --git a/en/device-dev/subsystems/subsys-dfx-hilog-rich.md b/en/device-dev/subsystems/subsys-dfx-hilog-rich.md index 5c2cb29001194d2f7e70a2685f249684522fb7e3..dc8eeedfedc18fd5b8b4dbc2efb4b7d35fd5e771 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 b53bc41d2d1bf2f3ec39e65317ae996b9776bb52..24ce7f3bd65c02ab559825371256d38f19533f1b 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" ] ```