提交 05b99935 编写于 作者: L liuyifei

modify subsys-dfx-hilog-rich.md

Signed-off-by: Nliuyifei <liuyifei20@huawei.com>
上级 e70702e0
......@@ -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.
先完成此消息的编辑!
想要评论请 注册