commit | 0f49bc7d1aefea1e56b9be77818ccfade960a185 | [log] [tgz] |
---|---|---|
author | Jiakai Zhang <jiakaiz@google.com> | Wed May 17 18:26:31 2023 +0100 |
committer | Jiakai Zhang <jiakaiz@google.com> | Wed May 17 21:06:32 2023 +0100 |
tree | 074555bcc096552e3f1140dfa70bde76299d8315 | |
parent | 7890fa3e841414ad6eb75ed3f4cc90cab9426707 [diff] |
Move CLC construction to Ninja phase. Bug: 282877248 Test: m Change-Id: Ib87aafcfad09b569e44eed3a5a6c385237a66b55
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.