commit | 141d63dcd9406866c741220ead879c3064b5f91c | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Thu Oct 06 15:26:58 2022 +0000 |
committer | Jingwen Chen <jingwen@google.com> | Thu Oct 06 15:28:14 2022 +0000 |
tree | 91e5feeef632b5bb6c1a0b2d4b96888ed36c113b | |
parent | e78ed3ed49e3c6b4a4c9e4bed5ed206bae61817f [diff] |
Disable USE_RBE with b builds (m bp2build). RBE is not used with standalone builds, and it adds unnecessary overhead. Test: without this change, b info no-op takes 24s on my machine. with this change, it drops to 9s. Fixes: 251441524 Bug: 243596580 Change-Id: I564629064f51e2b2cad836915aacf6f72e84aaeb
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.