Internal change

PiperOrigin-RevId: 518908775
diff --git a/ruy/BUILD b/ruy/BUILD
index 8619068..ab55421 100644
--- a/ruy/BUILD
+++ b/ruy/BUILD
@@ -398,9 +398,9 @@
         "//conditions:default": ["-DRUY_HAVE_CPUINFO"],
     }),
     deps = [
-        ":platform",
         ":check_macros",
         ":cpu_cache_params",
+        ":platform",
     ] + select({
         # This select must match the similar select in `copts`
         ":ppc": [],
@@ -1144,19 +1144,19 @@
     }),
     deps = [
         ":allocator",
-        ":size_util",
-        ":reference_mul",
-        ":matrix",
-        ":pmu",
-        ":ruy",
-        ":mul_params",
-        ":time",
-        ":gtest_wrapper",
-        ":platform",
         ":context",
-        ":ctx",
         ":context_get_ctx",
+        ":ctx",
+        ":gtest_wrapper",
+        ":matrix",
+        ":mul_params",
         ":pack_common",
+        ":platform",
+        ":pmu",
+        ":reference_mul",
+        ":ruy",
+        ":size_util",
+        ":time",
         "//ruy/profiler",
     ] + ruy_test_ext_deps(),
 )