platform_build_soong/ui/status
Patrice Arruda 85f227eed7 Generate the build_error protobuf file on first build action error.
buld_error protobuf file is created the moment a build action failed.
This is for external system to detect immediately what caused the
build failure while monitoring the build_progress.pb file.

Bug: b/150401146
Test: * m nothing
      * Built successfully aosp_arm-eng and checked build_error file
        was not created.
      * Modified a cpp file to cause a build failed. Ran m and build
        failed. Checked immediately during the build that the
	build_error file was created.
      * m clean; m and during build, checked if build_error was
        removed.
Change-Id: I778616ae8cf242b49ad263b79c93321959112caa
2020-03-19 18:23:26 -07:00
..
build_error_proto Soong: Add build_error proto raw file to $(OUT_DIR). 2019-06-24 13:02:35 -07:00
build_progress_proto Add build progress in Soong UI 2020-03-19 13:15:05 -07:00
ninja_frontend Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
Android.bp Add build progress in Soong UI 2020-03-19 13:15:05 -07:00
critical_path.go Don't print critical path parallelism ratio if elapsed time is 0. 2020-01-04 07:26:28 +00:00
critical_path_test.go Compute critical path when ninja finishes 2019-06-26 11:31:17 -07:00
kati.go Increase max line length for KatiReader bufio.Scanner 2019-01-30 23:19:23 +00:00
kati_test.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
log.go Generate the build_error protobuf file on first build action error. 2020-03-19 18:23:26 -07:00
ninja.go Compute critical path when ninja finishes 2019-06-26 11:31:17 -07:00
ninja_test.go Wait for ninja proto processing to finish when exiting 2019-03-21 21:17:04 -07:00
status.go Compute critical path when ninja finishes 2019-06-26 11:31:17 -07:00
status_test.go Move all output through StatusOutput 2019-06-12 21:30:56 -07:00