commit | 44cb71327698fad4777eaa5a861cbfd56183be34 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed May 29 19:49:44 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 29 19:49:44 2024 +0000 |
tree | f428e267eefefe06e4ba2ad9851e71d9d76e84df | |
parent | cb086884bccaed463f24553b84aff538a1c1487a [diff] | |
parent | 2389748ddb1996fbd4bd9c181bb9c1b29db10d19 [diff] |
[automerger skipped] Merge "Merge Android 24Q2 Release (ab/11526283) to aosp-main-future" into aosp-main-future am: 2389748ddb -s ours am skip reason: Merged-In I713a528d437e3446d32461add648e3b52b036d7a with SHA-1 61b282a9b1 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/27273857 Change-Id: If51eab1b0aa8876c25aed6e3558117d827c31982 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.