diff --git a/zh-cn/device-dev/subsystems/subsys-build-all.md b/zh-cn/device-dev/subsystems/subsys-build-all.md index 8faeb4169ce64b2398f5b86c25c54125f402ea41..43fd9f46eaa8e9172467fa74c85a31f2e1a8b420 100644 --- a/zh-cn/device-dev/subsystems/subsys-build-all.md +++ b/zh-cn/device-dev/subsystems/subsys-build-all.md @@ -175,15 +175,20 @@ 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二进制。使用如下命令单独编译模块 : - ``` - ./build.sh --product-name {product_name} --gn-args is_debug=true --build-target {target_name} - ``` - + > ![icon-caution.gif](public_sys-resources/icon-caution.gif) **注意:** + > Debug全版本因镜像大小限制,全量编译可能无法烧录,建议单模块编译Debug二进制。使用如下命令单独编译模块: + > + > + > ``` + > ./build.sh --product-name {product_name} --gn-args is_debug=true --build-target {target_name} + > ``` + > {product_name}为当前版本支持的平台。比如:hispark_taurus_standard等。 编译完成后,结果镜像保存在 out/{device_name}/packages/phone/images/ 目录下。 + + - 编译命令支持选项:./build.sh ```shell