commit | 96d129533d1215b16722776a2c371973670275d8 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Mon Oct 12 13:36:42 2015 -0400 |
committer | Brian Silverman <brian@peloton-tech.com> | Mon Oct 12 13:36:42 2015 -0400 |
tree | 9dd15e558e2dc29eb332ea75edc02ecababa1b5c | |
parent | 55d5a07cbeadde5b42446922ace237e8c59aa2a0 [diff] [blame] |
Finish up more of the GYP->Bazel conversion Change-Id: Iaea1ed7395689b34b6c8f83ff76f1cc9818fcebd
diff --git a/aos/BUILD b/aos/BUILD index 97a033f..4b7fe3a 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -2,5 +2,10 @@ name = 'prime_binaries', visibility = ['//visibility:public'], srcs = [ + '//aos/linux_code:core', + '//aos/linux_code/logging:binary_log_writer', + '//aos/linux_code/logging:log_streamer', + '//aos/linux_code/logging:log_displayer', + '//aos/linux_code/starter', ], )