commit | 849ad3ba7228f11158af7a36b66eece18e74f75a | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Feb 07 23:02:36 2022 -0800 |
committer | Xin Li <delphij@google.com> | Mon Feb 07 23:16:55 2022 -0800 |
tree | e63f88be810de6eab6bf68877445d3b189490ba2 | |
parent | 2624cfa2dc5feac014ffcfd7688b3592703ddad3 [diff] | |
parent | 49bd333d4050bb0d7fe11237dcba06f6a157baa9 [diff] |
Merge SQ1A.220205.002 Bug: 213904741 Merged-In: Ifcc54fbdb18bb480e73c2f52ebefd968b52a1e27 Change-Id: I880096a3272bb9ae5b95e7f9b507b464b5aec856
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.