Buildified the world again.

bzl files were pretty off.

Change-Id: Ief87d7c0a08c6706c8c6c573afef95a6d51968e7
diff --git a/aos/logging/BUILD b/aos/logging/BUILD
index 1aaa2db..4931696 100644
--- a/aos/logging/BUILD
+++ b/aos/logging/BUILD
@@ -143,10 +143,10 @@
         ":sizes",
         "//aos:die",
         "//aos:macros",
-        "@com_google_absl//absl/base",
         "//aos/ipc_lib:queue",
         "//aos/mutex",
         "//aos/time",
         "//aos/type_traits",
+        "@com_google_absl//absl/base",
     ],
 )