commit | aefec234aad12ff5cd8c5c6fb0811d327e06f83c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Dec 02 05:20:48 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 02 05:20:48 2022 +0000 |
tree | 16f9115217184ee202ee70280e92e68720960c23 | |
parent | 577bd161cfed7dd8ef9e25bcc238588b703975c4 [diff] | |
parent | 187a6be0f7afda85262749ae569625fea572c0a6 [diff] |
Merge "Fix copy+paste error" am: 187a6be0f7 Original change: https://android-review.googlesource.com/c/platform/build/+/2324116 Change-Id: I7c463efe1a7315147c54fbe92f36bf64c14d9007 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.