commit | c8b5e196ced4bfa1182a829a8deea08b21038e79 | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Mon Dec 14 10:28:33 2020 -0500 |
committer | Jingwen Chen <jingwen@google.com> | Mon Dec 14 18:51:50 2020 -0500 |
tree | ddca60e5fd8ad15bbac3375329919fc08d8bde33 | |
parent | 33571ac8dd96b1b467bf00ecf88e72e4cb3625dd [diff] |
Pipe bazel() note text to stderr. This allows subshell-ing bazel, e.g. bazel build $(bazel query //...) Test: . build/envsetup.sh; bazel build $(bazel query <expression>) Change-Id: If28b63769032b61e150422cb5b9b4e55c14cd13d
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.