commit | 7343dc09dfc2dfcbef883113d1b4baeec134b700 | [log] [tgz] |
---|---|---|
author | Prema Chand Alugu <premaca@gmail.com> | Sat Aug 26 13:55:00 2017 +0530 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Dec 12 07:24:14 2020 +0100 |
tree | 38657b6caace194a25596491900e26d3761a6277 | |
parent | 636f111cd3c27fcdb529a0666542da8ed67b55e4 [diff] |
core: Introduce build colors Change-Id: I0d099ca10a72361b785359ba10d58b13f58b7070
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.