android ninja 模块快速编译指令
ninja
a small build system with a focus on speed
项目地址:https://gitcode.com/gh_mirrors/ni/ninja

·
/prebuilts/build-tools/linux-x86/bin/ninja -f out/combined-XXXX.ninja -j8 XXXX
Such as,
./prebuilts/build-tools/linux-x86/bin/ninja -f out/combined-bengal.ninja -j8 aboot
./prebuilts/build-tools/linux-x86/bin/ninja -f out/combined-bengal.ninja -j8 boot.image
./prebuilts/build-tools/linux-x86/bin/ninja -f out/combined-kona.ninja -j8 boot.image




a small build system with a focus on speed
最近提交(Master分支:11 天前 )
47ed2d24
Bump actions/checkout from 4 to 5 2 天前
2e719411
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com> 12 天前
更多推荐
所有评论(0)