commit | c7de0493f1c0dca34f445524cb02835b6d8d812a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu May 12 23:37:59 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu May 12 23:37:59 2022 +0000 |
tree | cfc7993d22b4e8320d02ec6ac68cccbd9082d8ab | |
parent | 9401efe64f5f99e6b050f30f1b9941ae798671b0 [diff] | |
parent | a96be433c49912711080409fd6d3752c3d86a0e8 [diff] |
Merge "Checkpoint new build orchestrator" am: a96be433c4 Original change: https://android-review.googlesource.com/c/platform/build/+/2096153 Change-Id: Id670437d8bb08dff6cac932cee28986a3c0bd20a 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.