commit | cb5da1f919e28dba548ca80b9aa50832cee065a1 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Sat Dec 05 22:19:58 2015 -0500 |
committer | Brian Silverman <brian@peloton-tech.com> | Sat Dec 05 22:27:21 2015 -0500 |
tree | f3772b5e26f2125ed81b8fbcd4528ac324a28900 | |
parent | f44f12466bf3c1a449c46e6615f39c36b71d4210 [diff] [blame] |
Untangle and clean up the logging code It was a mess before because of a combination of having code split out for cRIO vs Linux and cruft. Change-Id: Id282e1a7f7988be0441c669a573a5d022ed41fb9
diff --git a/aos/common/libc/BUILD b/aos/common/libc/BUILD index 5db9257..e2a87cb 100644 --- a/aos/common/libc/BUILD +++ b/aos/common/libc/BUILD
@@ -9,7 +9,7 @@ 'aos_strsignal.h', ], deps = [ - '//aos/common/logging:logging_interface', + '//aos/common/logging', ], )