commit | 3491bbdbf87094a6fc6d280b5aaba461b1f7624d | [log] [tgz] |
---|---|---|
author | Ramy Medhat <abdelaal@google.com> | Thu Aug 13 14:41:32 2020 -0400 |
committer | Ramy Medhat <abdelaal@google.com> | Thu Aug 13 14:41:32 2020 -0400 |
tree | 11f3e202c8354a5d2b0d3f1fd26f3b7ef5d62528 | |
parent | 14350c575f9e515502e1005f1834eec338069b8a [diff] |
Add function to export default values for RBE related variables Test: ran rbesetup.sh and small build after. Change-Id: I429835f1bb6da75e2fcee7e9ddac6b11672121cd
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.