aboutsummaryrefslogtreecommitdiff
path: root/pw_log_basic
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2020-05-01 11:26:43 -0700
committerWyatt Hepler <hepler@google.com>2020-05-01 11:27:28 -0700
commit152147e8f28060a4fa5b845eb915f3d3743a80ca (patch)
tree6744fc9dbc20a65a28b01e48a969940359508a66 /pw_log_basic
parent469b39fcdbf237885cd7a2fddad27f977f72c397 (diff)
downloadpigweed-152147e8f28060a4fa5b845eb915f3d3743a80ca.tar.gz
Bazel build fixes
Change-Id: I0542fc107291348a1b70bf4e61ce57a1311129db
Diffstat (limited to 'pw_log_basic')
-rw-r--r--pw_log_basic/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_log_basic/BUILD b/pw_log_basic/BUILD
index a16338ce7..4b877e7e9 100644
--- a/pw_log_basic/BUILD
+++ b/pw_log_basic/BUILD
@@ -42,8 +42,8 @@ pw_cc_library(
"log_basic.cc",
],
deps = [
+ ":headers",
"//pw_log:facade",
- "//pw_log_basic:headers",
"//pw_string",
"//pw_sys_io",
],