• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# haptobin_tool.jar构建说明
2```bash
3#获取代码
4repo init -u https://gitee.com/openharmony/manifest.git -b OpenHarmony-3.2-Release --no-repo-verify
5repo sync -c
6repo forall -c 'git lfs pull'
7bash build/prebuilts_download.sh
8# 编译haptobin_tool.jar,需要使用openjdk-8-jdk
9./build.sh --product-name ohos-sdk --ccache
10# 编译后haptobin_tool.jar位置:./developtools/packing_tool/haptobin_tool.jar
11```