commit | dde640520a8fc23cb03e62c589f8a98f67d1c404 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Wed Dec 11 20:28:00 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Wed Dec 11 20:28:00 2019 -0800 |
tree | fe8adc75124700da0138622ad9afb56b45aa9df3 | |
parent | 38735e898e7104f088337d8a33d0ddf12ed5615b [diff] [blame] |
Buildify all the build files We are slowly upgrading them all. Bite bullet and do the rest of them. Change-Id: I15744cf1b0dc1954954e131b35228c98247c92fe
diff --git a/aos/network/BUILD b/aos/network/BUILD index d5c27b3..08621d0 100644 --- a/aos/network/BUILD +++ b/aos/network/BUILD
@@ -9,10 +9,10 @@ "team_number.h", ], deps = [ - "@com_google_absl//absl/base", + "//aos:configuration", "//aos/logging", "//aos/util:string_to_num", - "//aos:configuration", + "@com_google_absl//absl/base", ], )