commit | 4075ff67358bf8dca21ad4536ed40810449bb1f3 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Mar 31 23:22:35 2021 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Mar 31 23:22:35 2021 -0700 |
tree | e0ba3e719949528893170b96cd3044ec687eeb30 | |
parent | 5772d1645e80e67c52d526d1dad83edb45b1a893 [diff] [blame] |
Fix up the AOS RingBuffer to not default construct and iterate better This lets us put more complicated objects in it. Change-Id: I19ef2e1934c30e5f10ecdac9d9e8af03282c97aa
diff --git a/aos/containers/BUILD b/aos/containers/BUILD index 70d98f1..e9f8262 100644 --- a/aos/containers/BUILD +++ b/aos/containers/BUILD
@@ -17,6 +17,7 @@ deps = [ ":ring_buffer", "//aos/testing:googletest", + "@com_github_google_glog//:glog", ], )