commit | 8b3a0e9ec4bdbefb119ea6bdc8f8cb2bad435b88 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Dec 08 13:13:06 2023 -0800 |
committer | Xin Li <delphij@google.com> | Fri Dec 08 13:13:06 2023 -0800 |
tree | f4403d45bb9bfc0bb5230092953a6716f5e75582 | |
parent | 60eeb8578b634ed8c567700544cff15edb925322 [diff] | |
parent | c64fa2e2c6fb4375f0227aaa886a91d3eefa1843 [diff] |
Merge Android 14 QPR1 Merged-In: I3810ff367d86e26e3a29210caa248867cca31cf0 Bug: 315507370 Change-Id: Ie16a18d43d04b55670bab2c9a0979a2696ed201a
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.