commit | 77a4879e8c407586232beded443bf77fa18a5729 | [log] [tgz] |
---|---|---|
author | Ramy Medhat <abdelaal@google.com> | Tue Aug 27 19:18:25 2019 -0400 |
committer | Kousik Kumar <kousikk@google.com> | Mon Aug 31 12:35:52 2020 +0000 |
tree | 5f0229ec4ee341a62ab9e5fb4082f8cca0da6f83 | |
parent | f9655266976f88520bb97f62dd44e3eae37f38f9 [diff] |
[DO NOT MERGE] Add PWD to environment variable whitelist for RBE builds. Test: Build aosp with USE_RBE=1. Bug: b/166182389 Change-Id: I4b51fbde330c6129654aa74f8a58dccf62cfa11d Merged-In: I4b51fbde330c6129654aa74f8a58dccf62cfa11d
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.