diff --git a/docs-en/guide/third-party-sdk-integration.md b/docs-en/guide/third-party-sdk-integration.md index 1b78b05ae87a76bbc1bfc9ce0519fd4062433f77..4289409dcb92a7f536f52ba15fcb0c56e599ad6e 100755 --- a/docs-en/guide/third-party-sdk-integration.md +++ b/docs-en/guide/third-party-sdk-integration.md @@ -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" ] } diff --git a/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md b/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md index 31f1b5d87dba44252b069875b76c262dd1e7f5c3..c82d96ac64189bb382d1c1b8ad05440e7692c4c8 100755 --- a/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md +++ b/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md @@ -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" ] } ``` diff --git a/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md b/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md index d260308b2f87118dfaf9bf74211b637ad515da99..fdb6f7e60f209c009bc9e3ffe2d4d900e9bf14f4 100755 --- a/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md +++ b/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md @@ -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" ] } ``` diff --git "a/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" "b/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" index f5e9e48ad4dbcd281415a031ea9d1334384a1f54..55ec8a7d341bebf4865e73ce67aa8f53068f34f8 100755 --- "a/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" +++ "b/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" @@ -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" ] }