diff --git a/en/device-dev/subsystems/subsys-dfx-hilog-rich.md b/en/device-dev/subsystems/subsys-dfx-hilog-rich.md index fa64d743199f86cbafc5f8fc03a531d52218369a..79ad099abc4c457820e28c8929622135930728a9 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 af76dbec8c66b8baaa8e45f649af69a8e7c78a04..61db5828528474f9bdbea9db74a0eec719adeffb 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" ] ```