commit | 1726d56704e4115d4a20dd6b5a58e120a25235a7 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Nov 29 15:19:59 2022 -0800 |
committer | Xin Li <delphij@google.com> | Tue Nov 29 15:20:17 2022 -0800 |
tree | c37b80fb2a1742a8bb0571d7c217bc529db9edbf | |
parent | 52295677f3ab97dc3a82fe87ef76529baabacb2b [diff] | |
parent | 8f6e9618f90735e05213cb0544ef0af626edb528 [diff] |
Merge TQ1A.221205.012 Bug: 255404110 Merged-In: Ic00bf503ad58f93db47025a1f6c2037968f07442 Change-Id: I16a7fadb74f0ec0fdbce9d1caf45d4bfc046c7b3
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.