From ded0f350a11e93bfa0e7dffc2307367ce5eb6edc Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 27 Sep 2022 02:44:06 +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 c3fdcc1666..f7acf6c72b 100644 --- a/zh-cn/device-dev/subsystems/subsys-build-all.md +++ b/zh-cn/device-dev/subsystems/subsys-build-all.md @@ -183,8 +183,8 @@ bash build/prebuilts_download.sh > ./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/ 目录下。 + {product_name}为当前版本支持的平台。比如:hispark_taurus_standard等。 + 编译完成后,结果镜像保存在 out/{device_name}/packages/phone/images/ 目录下。 -- GitLab