13af6ab5fSopenharmony_ci# legacy binary构建说明 23af6ab5fSopenharmony_ci 33af6ab5fSopenharmony_ci```bash 43af6ab5fSopenharmony_ci# 获取代码 53af6ab5fSopenharmony_cirepo init -u git@gitee.com:openharmony/manifest.git -b OpenHarmony-3.1-Release --no-repo-verify 63af6ab5fSopenharmony_cirepo sync -c 73af6ab5fSopenharmony_cirepo forall -c 'git lfs pull' 83af6ab5fSopenharmony_ci 93af6ab5fSopenharmony_ci# 安装依赖 103af6ab5fSopenharmony_ci./build/prebuilts_download.sh 113af6ab5fSopenharmony_ci 123af6ab5fSopenharmony_ci# 编译目标 133af6ab5fSopenharmony_ci./build.sh --product-name ohos-sdk 143af6ab5fSopenharmony_ci 153af6ab5fSopenharmony_ci# 获取产物 163af6ab5fSopenharmony_cicd out/sdk/packages/ohos-sdk 173af6ab5fSopenharmony_ci``` 18