diff options
author | 2019-03-21 16:02:58 -0700 | |
---|---|---|
committer | 2019-03-21 21:17:04 -0700 | |
commit | b98d3bcf4efd0fa32b4dcd0ef5fc395536760f4d (patch) | |
tree | 35795993f611d69cb51b0166d7c0a04e83f2375e /ui/status/Android.bp | |
parent | f8d3be9cb7bd0716b606de0ded79a0264ba02bfb (diff) |
Wait for ninja proto processing to finish when exiting
Wait for the ninja proto processing goroutine to notice the fifo
has closed and exit before continuing.
Test: m nothing
Change-Id: I8cf5f3b8bf6a91496c6d2bbbd3e811eb7f0c9d21
Diffstat (limited to 'ui/status/Android.bp')
-rw-r--r-- | ui/status/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/status/Android.bp b/ui/status/Android.bp index 76caaef10..901a71309 100644 --- a/ui/status/Android.bp +++ b/ui/status/Android.bp @@ -28,6 +28,7 @@ bootstrap_go_package { ], testSrcs: [ "kati_test.go", + "ninja_test.go", "status_test.go", ], } |