commit | 2b2b87fe804c8f543e4af7f7cff9452f175ce04a | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Tue Sep 14 21:31:34 2021 -0400 |
committer | Kousik Kumar <kousikk@google.com> | Tue Sep 14 21:31:38 2021 -0400 |
tree | b46bab1f7610dcc847c4c8b3e0ae069ca387ac2b | |
parent | 50ec71eac8f3705d439315d85f0872816802b6c6 [diff] |
Ensure RBE_CXX_POOL and RBE_JAVA_POOL variables work as expected These environment variables are not being passed onto compile actions created from makefiles. This change makes sure that these env variables are passed along so that we are able to update the C++ / Javac pool being used Test: Ran a build with RBE_CXX_POOL=cpp_next to test the next pool Bug: b/199774309 Change-Id: Icd47d3647b962a6c3ac712369466d5502b817fd7
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.