From 2b9c701860ee8cbf2b1383f5cbe10c81f2a6cefd Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Mon, 23 Mar 2026 14:11:47 +0800 Subject: [PATCH] Replace Gitee link with Gitcode link issue:https://gitcode.com/openharmony/third_party_vixl/issues/31 Co-Authored-By: NA Signed-off-by: xwx1135370 --- README_zh.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_zh.md b/README_zh.md index 8e7c1ee7..f4718bba 100644 --- a/README_zh.md +++ b/README_zh.md @@ -33,7 +33,7 @@ VIXL的一些常用接口说明: 使用OpenHarmony中编译部件的方式进行编译即可: 1. 主干代码下载 ``` - repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify + repo init -u https://gitcode.com/openharmony/manifest.git -b master --no-repo-verify repo sync -c repo forall -c 'git lfs pull' ``` @@ -43,9 +43,9 @@ VIXL的一些常用接口说明: ``` 3. 编译 ``` - ./build.sh --product-name rk3568 --build-target libvixl_frontend_static + ./build.sh --product-name rk3568 --build-target libvixl ``` - 编译生成物对应路径:`out/rk3568/obj/third_party/vixl/libvixl_frontend_static.a`。 + 编译生成物对应路径:`out/rk3568/obj/third_party/vixl/libvixl.a`。 ## 许可证