commit | 10e1b73e6e5025660d5cb66f3588653ca96aa30c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu May 12 23:59:16 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu May 12 23:59:16 2022 +0000 |
tree | 18fc38f03dd39d2c4350ed8708d568cdb79e2b27 | |
parent | 96bfead5db166837532b039ac5e11cb2bd07965d [diff] | |
parent | c7de0493f1c0dca34f445524cb02835b6d8d812a [diff] |
Merge "Checkpoint new build orchestrator" am: a96be433c4 am: c7de0493f1 Original change: https://android-review.googlesource.com/c/platform/build/+/2096153 Change-Id: Iea29dc64f0a6dc2a7859e4aad16261635641a002 Signed-off-by: Automerger Merge Worker <[email protected]>
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.