commit | 64dfb6ccf4f627f5c08d1c30407c53ebbfface52 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Dec 13 21:56:38 2024 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 13 21:56:38 2024 -0800 |
tree | f0815aa1082f1bb516b052451736b5e52cf84fe3 | |
parent | cd8d394f9a05ff5633182f33272977d423d46e1d [diff] | |
parent | 7211dc64358aa6166a5b744979783277d8b4d4c7 [diff] |
Merge "Merge 24Q4 into AOSP main" into main am: 81f12b9208 am: 7211dc6435 Original change: https://android-review.googlesource.com/c/platform/build/+/3408625 Change-Id: I1f62fc55d98293ea0f652782a9bd43121db87dfb 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.