commit | 31319390398857b4019b06e53d65ab41f04d8278 | [log] [tgz] |
---|---|---|
author | Liz Kammer <[email protected]> | Mon Sep 14 12:42:25 2020 -0500 |
committer | GitHub <[email protected]> | Mon Sep 14 12:42:25 2020 -0500 |
tree | 6220d25d42793130c0811616ad51ca66cc455e4f | |
parent | 631e467325a191a92d2e9454dc9b0fe6e3f21f80 [diff] |
Error when a recursive variable references itself (#205) * Error when a recursive variable references itself Identify when a recursive variable references itself and print the appropriate error message. Fixes: https://github.com/google/kati/issues/204 * trigger GitHub actions * trigger GitHub 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.
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.