commit | a19d1a9201093e619621c757fa9723cb0e5ef948 | [log] [tgz] |
---|---|---|
author | John Park <johnhenryp@icloud.com> | Wed Nov 06 18:28:14 2019 -0800 |
committer | John Park <johnhenryp@icloud.com> | Mon Dec 02 22:20:41 2019 -0800 |
tree | 81ac0e0f5166c8d878787f923492e79b91604f87 | |
parent | ef6fa3f365f3a4d49a4b28ba09b946bb903b5633 [diff] [blame] |
Changed teamNumber.cc to absl::call_once() Change-Id: I442fd713c380a566f1ed56336d6c6fc474e8bb66
diff --git a/aos/network/BUILD b/aos/network/BUILD index 6fe0585..d5c27b3 100644 --- a/aos/network/BUILD +++ b/aos/network/BUILD
@@ -9,7 +9,7 @@ "team_number.h", ], deps = [ - "//aos:once", + "@com_google_absl//absl/base", "//aos/logging", "//aos/util:string_to_num", "//aos:configuration",