commit | 47cd9028e777e4247d54fabd2afff5df4a82958e | [log] [tgz] |
---|---|---|
author | Dan Willemsen <[email protected]> | Mon Jun 29 14:51:37 2020 -0700 |
committer | Dan Willemsen <[email protected]> | Mon Jun 29 15:08:47 2020 -0700 |
tree | 37c87baf06bf6e661e7738f5988237709ebb2e02 | |
parent | c5c05da345b72cf3be23128c85d184bd8dddac7f [diff] |
Support building in a git worktree A git worktree uses a .git that's just a file, so the dependencies that assume that it is a directory breaks the build. Just ignore the embedded git version if we can't find the files to depend upon. Change-Id: I85dea2849bf12dcfa758e2f92a0161597e85d98e
kati is an experimental GNU make clone. The main goal of this tool is to speed-up incremental build of Android.
Currently, kati does not offer a faster build by itself. It instead converts your Makefile to a ninja file.
For Android-N+, ckati and ninja is used automatically. There is a prebuilt checked in under prebuilts/build-tools that is used.
All Android's build commands (m, mmm, mmma, etc.) should just work.