commit | 7bca981a2c09fb72fcbfa71bcbc142d1e4c377c2 | [log] [tgz] |
---|---|---|
author | John Park <johnhenryp@icloud.com> | Mon Oct 14 21:23:45 2019 -0700 |
committer | John Park <johnhenryp@icloud.com> | Wed Oct 30 20:38:48 2019 -0700 |
tree | 8119e39215edfbd2410d807db9283d995be95d97 | |
parent | 40485ed8f5ffe81e3268f7142aedcf65062af9c0 [diff] [blame] |
Changed configuration.cc from aos::Once() to absl::call_once() Change-Id: I213c6a980664c0f6e94d8ef5c3e3dcc98b8d1043
diff --git a/aos/BUILD b/aos/BUILD index 206eefb..e918d7f 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -395,7 +395,7 @@ ":flatbuffer_merge", ":flatbuffers", ":json_to_flatbuffer", - "//aos:once", + "@com_google_absl//absl/base", "//aos:unique_malloc_ptr", "//aos/logging", "//aos/util:file",