commit | 979e7ae6e417ae4ee45e835104b66191ae16a14c | [log] [tgz] |
---|---|---|
author | Dan Willemsen <[email protected]> | Fri Jun 26 18:46:21 2020 -0700 |
committer | Dan Willemsen <[email protected]> | Fri Jun 26 18:52:06 2020 -0700 |
tree | 6b5075e832cbdf2a7996a25a26659363527b6e4c | |
parent | 003cf51e9b6da48063c90cf4c6710fde103c9c4a [diff] |
Refactor source tree into directories Now instead of almost every file in the top level, move the old go code into its own directory 'golang', and the C++ code into it's own 'src' Also removes a few obsolete scripts that were used to work on Android before Android fully switched to Kati.
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.