commit | 90d07bc72d3658c34ee43e92a1551459d67e1750 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Thu Jun 04 10:48:15 2020 -0700 |
committer | Sasha Smundak <asmundak@google.com> | Thu Jun 04 10:48:15 2020 -0700 |
tree | a74dd5ac472b6716f078007fc1c05e23ce66909d | |
parent | 4c5ed87faae40667c3d4c3b586a33a0f6e1344d0 [diff] |
Do not print environment variables if ANDROID_QUIET_BUILD is set. Test: manual Change-Id: I17c24beb9f0008e038a739a06027266b57e17e7a
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.