commit | f16d7988220b0970600e8913272f6348d899504e | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Wed Nov 25 12:14:16 2020 -0500 |
committer | Kousik Kumar <kousikk@google.com> | Wed Nov 25 12:14:16 2020 -0500 |
tree | ca0ffdfc7f9d0b4efe6941dec3cb569b321546f9 | |
parent | aa79007e04947d1c0956ea830c3d6e4701e2090f [diff] |
Switch default execution strategy to racing for developer builds This is to efficiently use both local and remote resources when using RBE for Android developers. Bug: b/170699893 Change-Id: I46bc3ff9c0d8d08e8f3aaa15076eb606737355af
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.