From 7e285e2d9b20e272435d0666fb58d129466aa658 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 27 Sep 2022 02:07:56 +0000 Subject: [PATCH] update zh-cn/device-dev/subsystems/subsys-build-all.md. Signed-off-by: Austin --- zh-cn/device-dev/subsystems/subsys-build-all.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/device-dev/subsystems/subsys-build-all.md b/zh-cn/device-dev/subsystems/subsys-build-all.md index d5f1c41bc1..0cd1882680 100644 --- a/zh-cn/device-dev/subsystems/subsys-build-all.md +++ b/zh-cn/device-dev/subsystems/subsys-build-all.md @@ -175,9 +175,9 @@ bash build/prebuilts_download.sh ```shell ./build.sh --product-name {product_name} --gn-args is_debug=true ``` - ![icon-note.gif](public_sys-resources/icon-note.gif)**注意**:Debug全版本因镜像大小限制,全量编译可能无法烧录,建议单模块编译Debug二进制。使用如下命令单独编译模块 : +>![icon-note.gif](public_sys-resources/icon-note.gif)**注意**:Debug全版本因镜像大小限制,全量编译可能无法烧录,建议单模块编译Debug二进制。使用如下命令单独编译模块 : - ``` +> ``` ./build.sh --product-name {product_name} --gn-args is_debug=true --build-target {target_name} ``` -- GitLab