commit | d873ab010d2637a6dfc59f38f5143e47e2e03a69 | [log] [tgz] |
---|---|---|
author | Matthias Maennich <[email protected]> | Tue Jun 01 13:25:51 2021 +0100 |
committer | Matthias Maennich <[email protected]> | Tue Jun 01 13:36:48 2021 +0100 |
tree | 1cfe5467a7d9bb61bf3ee720237d0ac6b51938ce | |
parent | 51ce895327090552144f879bd4fa597f34d22008 [diff] |
Update github actions to accommodate recent changes This addresses: - update actions version to use the latest v2 - clang-9 is gone from ubuntu-latest, hence jump to the latest available, i.e. clang-12 as of now. - update Ninja to use the latest release, use a marketplace action instead Signed-off-by: Matthias Maennich <[email protected]>
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.
Building:
$ make ckati
The above command produces a ckati
binary in the project root.
Testing (best ran in a Ubuntu 18.04 environment):
$ make test $ go test --ckati $ go test --ckati --ninja $ go test --ckati --ninja --all
The above commands run all cKati and Ninja tests in the testcases/
directory.
Alternatively, you can also run the tests in a Docker container in a prepared test enviroment:
$ docker build -t kati-test . && docker run kati-test
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.