blob: 2766c307990cdc0aa8cbe690d2c0baf740733f67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
kati
====
[](https://github.com/google/kati/actions)
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.
How to use for Android
----------------------
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.
|