提交 a833f79b 编写于 作者: S Siju Samuel 提交者: NEEN

!91 'utils/native/liteos' is corrected to 'utils/native/lite' in docs

* liteos->lite path updated in 集成三方SDK.md
* liteos->lite path updated in the-second-example-program-of-the-hi3861-…
* liteos->lite path updated in developing-the-second-example-program-run…
* liteos->lite path updated in third-party-sdk-integration.md
上级 f4e4a747
......@@ -283,7 +283,7 @@ The following uses **demolink** as an example to describe how to compile code
]
include_dirs = [
"//utils/native/liteos/include",
"//utils/native/lite/include",
"//vendor/hisi/wifi-iot/hi3861/3rd_sdk/demolink"
]
}
......
......@@ -49,7 +49,7 @@ The source code needs to be modified when fixing bugs or compiling a new service
"hello_world.c"
]
include_dirs = [
"//utils/native/liteos/include"
"//utils/native/lite/include"
]
}
```
......
......@@ -49,7 +49,7 @@ The source code needs to be modified in the bugfix and new service scenarios. Th
"hello_world.c"
]
include_dirs = [
"//utils/native/liteos/include"
"//utils/native/lite/include"
]
}
```
......
......@@ -283,7 +283,7 @@ lite_component("link") {
]
include_dirs = [
"//utils/native/liteos/include",
"//utils/native/lite/include",
"//vendor/hisi/wifi-iot/hi3861/3rd_sdk/demolink"
]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册