More work cleaning up the BUILD files
Change-Id: I47fb18e7a12cd7e081631a5369274ef1e25f22c4
diff --git a/aos/common/util/BUILD b/aos/common/util/BUILD
index 2409e00..dedec24 100644
--- a/aos/common/util/BUILD
+++ b/aos/common/util/BUILD
@@ -20,7 +20,7 @@
],
deps = [
':run_command',
- '//third_party/gtest',
+ '//aos/testing:googletest',
'//aos/common/logging',
':thread',
],
@@ -76,7 +76,7 @@
],
deps = [
':string_to_num',
- '//third_party/gtest',
+ '//aos/testing:googletest',
],
)
@@ -112,7 +112,7 @@
],
deps = [
':trapezoid_profile',
- '//third_party/gtest',
+ '//aos/testing:googletest',
],
)
@@ -133,7 +133,7 @@
],
deps = [
':wrapping_counter',
- '//third_party/gtest',
+ '//aos/testing:googletest',
],
)
@@ -143,6 +143,6 @@
'options_test.cc',
],
deps = [
- '//third_party/gtest',
+ '//aos/testing:googletest',
],
)