commit | ae8d7801bf7f3e7714d09f1f6977c7d0924d2969 | [log] [tgz] |
---|---|---|
author | Kousik Kumar <[email protected]> | Fri Jan 08 20:25:35 2021 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Jan 08 20:25:35 2021 +0000 |
tree | f7e8fe61c347450ad42c151a6ca00d2319c716f4 | |
parent | ee2bc33f24da1722e4e2b056a6ccfbfee99a076b [diff] | |
parent | 7a02fa7b79eeb582e97e5066f0c39f726b881b92 [diff] |
Switch default execution strategy to racing for developer builds am: 524428a647 am: 7a02fa7b79 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13292491 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3b81dd98bb24f96ad6491c191f43c041b9fa0885
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.