xref: /aosp_15_r20/external/bazel-skylib/MODULE.bazel-remove-override.patch (revision bcb5dc7965af6ee42bf2f21341a2ec00233a8c8a)
1*bcb5dc79SHONG Yifan--- MODULE.bazel
2*bcb5dc79SHONG Yifan+++ MODULE.bazel
3*bcb5dc79SHONG Yifan@@ -22,8 +22,8 @@
4*bcb5dc79SHONG Yifan # Needed for bazelci and for building distribution tarballs.
5*bcb5dc79SHONG Yifan # If using an unreleased version of bazel_skylib via git_override, apply
6*bcb5dc79SHONG Yifan # MODULE.bazel-remove-override.patch to remove the following lines:
7*bcb5dc79SHONG Yifan-bazel_dep(name = "bazel_skylib_gazelle_plugin", dev_dependency = True)
8*bcb5dc79SHONG Yifan-local_path_override(
9*bcb5dc79SHONG Yifan-    module_name = "bazel_skylib_gazelle_plugin",
10*bcb5dc79SHONG Yifan-    path = "gazelle",
11*bcb5dc79SHONG Yifan-)
12*bcb5dc79SHONG Yifan+# bazel_dep(name = "bazel_skylib_gazelle_plugin", dev_dependency = True)
13*bcb5dc79SHONG Yifan+# local_path_override(
14*bcb5dc79SHONG Yifan+#     module_name = "bazel_skylib_gazelle_plugin",
15*bcb5dc79SHONG Yifan+#     path = "gazelle",
16*bcb5dc79SHONG Yifan+# )
17