commit | 405847ac190db8faf96999fac37dca19e44a958a | [log] [tgz] |
---|---|---|
author | Kousik Kumar <kousikk@google.com> | Thu Oct 15 01:34:25 2020 -0400 |
committer | Kousik Kumar <kousikk@google.com> | Thu Oct 15 15:53:13 2020 -0400 |
tree | 419ae3ac5a32a25cd39541ffc5642af3e498ddd1 | |
parent | e98d29b4ade7adfb0182c44afd11ffe327ad0a00 [diff] |
Remove env-var-allowlist We no longer need to set PWD variable with the introduction of `-fdebug-compilation-dir`, so removing env var allowlist of PWD variable to RBE. Change-Id: Ifa0592af519b6cc4364ee653f1a2174fd680bac1
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.