jin / kati

An experimental GNU make clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kati

Build and Test

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.

About

An experimental GNU make clone

License:Apache License 2.0


Languages

Language:C++ 47.1%Language:Go 40.3%Language:Makefile 6.0%Language:Shell 5.8%Language:Python 0.4%Language:C 0.4%