Clean up repo alias list
PiperOrigin-RevId: 325082993
diff --git a/BUILD.bazel b/BUILD.bazel
index 01d988d..e287136 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -12,6 +12,27 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# Note that project-wide, bazel repo aliases are used. Various scripts and helpers operate on the
+# following prefixes textually, so avoid doing any systematic construction that would break the
+# matching.
+#
+# "@absl_py//absl/"
+# "@com_google_absl//absl/"
+# "@com_google_absl//absl/"
+# "@bazel_skylib//"
+# "@com_google_benchmark//"
+# "@com_github_google_flatbuffers//"
+# "@com_github_dvidelabs_flatcc//"
+# "@com_google_googletest//"
+# "@llvm-project//"
+# "@iree_pybind11//"
+# "@renderdoc_api//"
+# "@com_google_ruy//"
+# "@sdl2//"
+# "@org_tensorflow//tensorflow/"
+# "@com_google_tracing_framework_cpp//"
+# "@iree_vulkan_headers//"
+
package(
default_visibility = ["//visibility:public"],
features = ["layering_check"],
diff --git a/iree/BUILD.bazel b/iree/BUILD.bazel
index f8387ff..56d7de5 100644
--- a/iree/BUILD.bazel
+++ b/iree/BUILD.bazel
@@ -13,20 +13,6 @@
# limitations under the License.
# Main IREE build file.
-# Note that project-wide, bazel repo aliases are used:
-# "@com_google_absl//absl/python"
-# "@com_google_absl//absl"
-# "@bazel_skylib//lib"
-# "@com_google_benchmark//:benchmark"
-# "@llvm-project//mlir"
-# "@llvm-project//llvm"
-# "@com_github_google_flatbuffers//:flatbuffers"
-# "@org_tensorflow//tensorflow"
-# "@renderdoc_api//"
-# "@com_google_ruy//ruy"
-#
-# Various scripts and helpers operate on these prefixes textually, so
-# avoid doing any systematic construction that would break the matching.
package(
default_visibility = ["//visibility:public"],