commit | 1ee7763febf8473701ae2adfdb769562cf0cd816 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Dec 13 11:15:05 2024 -0800 |
committer | Xin Li <delphij@google.com> | Fri Dec 13 11:15:05 2024 -0800 |
tree | d967d771aefed5f1b1e7518d8d50e8b1eb14342a | |
parent | 8cccc28c2b4cdfc714af8f68984fc6a39143c5e0 [diff] | |
parent | 9c4965427359a20357d5b04f3b4e0f37de018733 [diff] |
Merge 24Q4 into AOSP main Bug: 370570306 Merged-In: I30da235f86ec3a131ade2342b87f6e9f2313c514 Change-Id: I80a32b48fc640205cc1c48a5a8184aa61fdc092d
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.