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/stl_mutex/BUILD b/aos/stl_mutex/BUILD
index 51ba920..f187542 100644
--- a/aos/stl_mutex/BUILD
+++ b/aos/stl_mutex/BUILD
@@ -6,8 +6,8 @@
"stl_mutex.h",
],
deps = [
- "//aos/logging",
"//aos/ipc_lib:aos_sync",
+ "//aos/logging",
],
)
@@ -17,10 +17,10 @@
"stl_mutex_test.cc",
],
deps = [
- "//aos:die",
":stl_mutex",
- "//aos/util:thread",
+ "//aos:die",
"//aos/testing:googletest",
"//aos/testing:test_logging",
+ "//aos/util:thread",
],
)