commit | 3060894bde20778d5b0c991712091a3b88a5dacc | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Wed Apr 08 19:16:46 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Mon Oct 26 11:49:29 2015 -0400 |
tree | 2d6849a13ba3a47bc74e4e881463b0a64b07c4fb | |
parent | 3d37a5fd055a02f13088e7d553ce01d6c22b5669 [diff] [blame] |
implement timeouts for events Change-Id: I8ec89fc5bdc7b53ddc1d5c86494615c95be9bd0e
diff --git a/aos/common/BUILD b/aos/common/BUILD index 45c1d72..4262b60 100644 --- a/aos/common/BUILD +++ b/aos/common/BUILD
@@ -96,6 +96,7 @@ ], deps = [ '//aos/linux_code/ipc_lib:aos_sync', + ':time', ], )