platform_build_soong/ui/build
Dan Willemsen d2e231a147 Fix parsing of dangling dep check
Buildbot parses failure messages that look like ninja errors, but this
error doesn't look like a ninja error. We used to output this via
stderr, which buildbot would fall back to, but that had synchronization
issues between stderr and stdout.

So switch this over to use the status API, marking this action as failed
when necessary, which will display a ninja-like error that buildbot can
parse.

Bug: 112007097
Test: add dangling dep, look at output.
Change-Id: Ib2bbba4373ea22ac01af8aa6bbf295296a93e94d
2018-08-02 12:06:24 -07:00
..
paths PATH: Allow more tools 2018-06-06 11:33:59 -07:00
sandbox/darwin Revert "Revert "Revert "Revert "Add path interposer"""" 2018-05-31 14:59:33 -07:00
Android.bp Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
build.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
cleanbuild.go Add product-services to installclean 2018-07-31 18:29:49 +01:00
config.go Unset envsetup.sh variables inside build 2018-07-11 15:18:29 -07:00
config_test.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
context.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
dumpvars.go Turn overriding command warnings into errors by default 2018-07-24 04:54:06 +00:00
environment.go Fix go vet issues 2018-07-22 21:18:45 -07:00
environment_test.go Add a Go replacement for our top-level Make wrapper 2017-02-06 14:05:07 -08:00
exec.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
finder.go Save list of AndroidProducts.mk files 2018-05-01 22:57:53 -07:00
kati.go Turn on phony checks 2018-07-23 23:09:05 -07:00
ninja.go Use --frontend_file for ninja instead of cat 2018-07-17 17:54:31 -07:00
path.go Revert "Revert "Revert "Revert "Add path interposer"""" 2018-05-31 14:59:33 -07:00
proc_sync.go Revert "Revert "Disallow multiple build executions in parallel"" 2017-05-24 13:22:19 -07:00
proc_sync_test.go Revert "Revert "Disallow multiple build executions in parallel"" 2017-05-24 13:22:19 -07:00
sandbox_darwin.go Fix mac build 2017-11-08 12:50:38 -08:00
sandbox_linux.go Switch product configs from make to ckati 2017-10-12 18:11:08 -07:00
signal.go Improve signal handling in soong_ui 2017-02-22 10:44:19 -08:00
soong.go Use --frontend_file for ninja instead of cat 2018-07-17 17:54:31 -07:00
test_build.go Fix parsing of dangling dep check 2018-08-02 12:06:24 -07:00
util.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00
util_test.go Add a unified status reporting UI 2018-07-12 14:15:31 -07:00