commit | 395d5e32e27ad271cd2f8c30fdae6cd59413ff43 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Wed Jan 17 16:47:11 2024 +0000 |
committer | Devin Moore <devinmoore@google.com> | Wed Jan 17 16:51:10 2024 +0000 |
tree | ee58faa1f8ba0af72b0afcc6776b3304411714f5 | |
parent | 196c1b53521477299dd50062fd3a826d8d890d1f [diff] |
Capture queryview stderr and stdout in finalization scripts Sometimes the output wasn't grep-able and this fixes it. Ignore-AOSP-First: b/304316873#comment10 Test: Run the bazel query command multiple times before/after and verify it works 100% of the time after. Bug: 320589170 Change-Id: Ic60d3318287353aa71fdeb2c540899d588a2d273
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.