commit | 1a1f7e24dbe41d4c276e928541a904e582b9e913 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Jun 14 10:45:53 2024 -0700 |
committer | Xin Li <delphij@google.com> | Fri Jun 14 10:45:53 2024 -0700 |
tree | c5ea968649fef3580ee582a199e7201b589b704b | |
parent | bfe14d197586d08ba41f764d35f1215d93421c95 [diff] | |
parent | 84e288f3cafe9fe85287e9dc9a8b9cdad3027f1f [diff] |
Merge Android 14 QPR3 to AOSP main Bug: 346855327 Merged-In: Ie02b703ac8821dd8a1f6a95c026219a8a2e12fe1 Change-Id: I53e7b86a23b9860ef83a5ab635bc1a0701c4f346
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.