commit | 66ec993fe55e78d0c14c126afbd3076a3d09215d | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Oct 08 14:24:35 2019 -0700 |
committer | Xin Li <delphij@google.com> | Thu Oct 10 22:54:06 2019 +0000 |
tree | 857bb15b0f40668926a391d5232fc490af0d3de2 | |
parent | 17f505e7ea06e665f68df3581bbfbb83e1e239df [diff] | |
parent | a37e189ec443ac541d9b55bd0f477c8628ef61a2 [diff] |
DO NOT MERGE - Merge QP1A.191005.007 into master Bug: 142297020 Merged-In: I063f0430347d9f1e6ea5a8133204585833ed5ddc Change-Id: I6fe9ad3f71b30ba7c1cf9d6941450809cfc66909
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.