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",
     ],
 )