commit | b98d3bcf4efd0fa32b4dcd0ef5fc395536760f4d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Mar 21 16:02:58 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Mar 21 21:17:04 2019 -0700 |
tree | 35795993f611d69cb51b0166d7c0a04e83f2375e | |
parent | f8d3be9cb7bd0716b606de0ded79a0264ba02bfb [diff] [blame] |
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
diff --git a/ui/status/Android.bp b/ui/status/Android.bp index 76caaef..901a713 100644 --- a/ui/status/Android.bp +++ b/ui/status/Android.bp
@@ -28,6 +28,7 @@ ], testSrcs: [ "kati_test.go", + "ninja_test.go", "status_test.go", ], }