[ohos] ability_runtime独立编译使用
1、操作
1、拉build、runtime仓
repo init -u https://gitee.com/openharmony/manifest.git -b master --no-repo-verify
repo sync -c build ability_ability_runtime
bash build/prebuilts_config.sh
2、下载hb工具
hb help // 没有会报错
python --version
python3 -m pip install --user build/hb
vim ~/.bashrc
source ~/.bashrc
hb help
3、编译源码用-i、tdd用-t
hb build ability_runtime -i
hb build ability_runtime -t
2、二进制仓
https://repo.harmonyos.com/#/cn/solution?sort=publishTime&page=1