commit | db136447a6eae297a10531df1c58bc6d691b8546 | [log] [tgz] |
---|---|---|
author | Luca Farsi <lucafarsi@google.com> | Tue Mar 26 10:55:21 2024 -0700 |
committer | Luca Farsi <lucafarsi@google.com> | Thu Apr 18 19:02:50 2024 +0000 |
tree | 9c56928073b64d2189cb3f78ec10fb449fc5cbea | |
parent | 2fc519a568032d403cb3f41f2ae5f408d47eefcc [diff] |
Stream build process output Ensure that output and errors from the underlying build command are streamed for real-time build progress updates and debugging. This change strips out all code that is currently unecessary and adds tests for the remaining functionality. Test: atest --host build_test_suites_local_test build_test_suites_test Bug: 330365727 Change-Id: I7ef98d6654fe1435cf67c15e2c516a0967e03a75
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.