commit | c5c05da345b72cf3be23128c85d184bd8dddac7f | [log] [tgz] |
---|---|---|
author | Dan Willemsen <[email protected]> | Mon Jun 29 14:42:04 2020 -0700 |
committer | Dan Willemsen <[email protected]> | Mon Jun 29 15:08:47 2020 -0700 |
tree | 1f4053b0ad864356bdd750c539b4f42e35707479 | |
parent | 17da7996059f08407cc206e703ec88d4facf0dc8 [diff] |
Fix flaky test Sub-second timestamps didn't show up until ninja 1.9.0, and even then are limited based on filesystem support. Now that we've got a parallel test runner, a few sleeps isn't a big deal. Change-Id: Ic6616515b604d9cfa69845f7ceb124cb01c2c8b3
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.