commit | 3eb60d2b652ecbe4b22e1ea6fc06d580baa18c31 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Thu Nov 04 19:06:47 2021 -0700 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sat Nov 06 13:23:09 2021 -0700 |
tree | 3cd6540f6669438b3e931c58b63cc406ccf71aac | |
parent | 1a39d84901adfa6a0c79799fae9bba866a541e28 [diff] [blame] |
Move dump_rtprio to glog Change-Id: Id0bf964abddc287d00bcaf401bd8998f295480e2 Signed-off-by: Brian Silverman <bsilver16384@gmail.com>
diff --git a/aos/BUILD b/aos/BUILD index cd1f133..9049e08 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -153,9 +153,8 @@ ], target_compatible_with = ["@platforms//os:linux"], deps = [ - "//aos/logging", - "//aos/logging:implementations", "//aos/time", + "@com_github_google_glog//:glog", ], )