commit | 721533e0d6c558083732f6a811085d1803529b3f | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Mon Jul 12 13:55:13 2021 -0400 |
committer | Kousik Kumar <kousikk@google.com> | Wed Jul 14 11:31:54 2021 -0400 |
tree | 7163ecbcedd2fec2aa4a5e249f6935554145a9f4 | |
parent | 663d0ffddef2d8b92048e02b93a9c92a2e319a2d [diff] |
Add the ability to source RBE related scripts from envsetup.sh This is so that developers don't have to remember to source a separate script to source RBE related variables. I'll modify the docs once this change is submitted. Test: Ran forrest build with fix for previous build failure - https://android-build.googleplex.com/builds/abtd/run/L72300000950316038 Bug: b/193407413 Change-Id: I16f057086e2ee4f5918816ea70dbb33d0f5e99ab
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.