mirror of
https://github.com/openharmony/third_party_vixl.git
synced 2026-07-01 20:54:04 -04:00
!49 merge master into master
Replace Gitee link with Gitcode link Created-by: xwx1135370 Commit-by: xwx1135370 Merged-by: openharmony_ci Description: ### 一、内容说明(相关的Issue) https://gitcode.com/openharmony/third_party_vixl/issues/31 ### 二、测试用例  ### 三、变更内容 gitee链接变更gitcode,编译命令更新 See merge request: openharmony/third_party_vixl!49
This commit is contained in:
+3
-3
@@ -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`。
|
||||
|
||||
## 许可证
|
||||
|
||||
|
||||
Reference in New Issue
Block a user