commit | b2ec711a7f5667c122442aeba6a302c0423d7687 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Mar 02 15:49:00 2021 -0800 |
committer | Xin Li <delphij@google.com> | Wed Mar 03 09:12:01 2021 -0800 |
tree | d4de9a40b51193f81bcb0b887d98b0eb6eab0c59 | |
parent | 36c1435ec4ac40dc273c916028d7f818f71ae9f3 [diff] | |
parent | 7e3f5430a8b844d0e67d958793524e0f69b8d6e4 [diff] |
Merge RQ2A.210305.007 Bug: 180401296 Merged-In: Ifc7f272e273f54df843650e7e74fcad40a76994a Change-Id: I7a08adbca4a7f82be6e56c9ccb88b0ea7d5fc139
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.