commit | 718d59849ebddf989285e4625ee4e426c85783d0 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Aug 03 11:41:23 2021 -0700 |
committer | Xin Li <delphij@google.com> | Tue Aug 03 16:27:24 2021 -0700 |
tree | 2c4faa1bfe8e79b47e8a10e6b822d88dc24289ce | |
parent | 0361b625f276d5cde9cfdb2ee5b1d45d8bac2c65 [diff] | |
parent | 7ef04b2f41376f237f5d29e71c311f36b91b57d2 [diff] |
DO NOT MERGE - Merge RQ3A.210805.001.A1. Bug: 192585466 Merged-In: Ieba9625ca0ccedf285209954f1e766b20455c32f Change-Id: I23e660c8ee9ab25fe966abaf88891cc3540a860e
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.