hb-build
Installation
SKILL.md
hb-build - Ability Runtime 智能编译工具
自动检测修改的文件并智能编译 ability_runtime 组件,支持多目标编译和自动重试。
快速开始
自动检测并编译(推荐)
python3 scripts/helper.py
编译特定服务
# SO 名称(推荐)
python3 scripts/helper.py --target libupms # UriPermissionManager
python3 scripts/helper.py --target abilityms # AbilityManagerService
python3 scripts/helper.py --target appms # AppManagerService