未验证 提交 2c1d95e2 编写于 作者: O openharmony_ci 提交者: Gitee

!20862 修改社区指导文档 subsys-dfx-hilog-rich.md

Merge pull request !20862 from liuyifei/master
......@@ -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" ]
```
......
......@@ -66,7 +66,7 @@ HiLog是OpenHarmony日志系统,提供给系统框架、服务、以及应用
2. 编译设置,在BUILD.gn里增加子系统SDK依赖:
```
external_deps = [ "hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册