aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Luo <jieluo@google.com>2023-11-20 11:10:50 -0800
committerCopybara-Service <copybara-worker@google.com>2023-11-20 11:11:32 -0800
commit15300e1a1779ce4f251f4078fb6a51530a799e37 (patch)
treefe3a0ede80ef30d01ff3259cef8bc8378d36d295
parent51b77439a109b8c8f75ad70a130293291ed8b851 (diff)
downloadbazelbuild-rules_cc-15300e1a1779ce4f251f4078fb6a51530a799e37.tar.gz
Automatic code cleanup.
PiperOrigin-RevId: 584077823 Change-Id: I1b57584d21fda9c8da2f04a0a03f1c387a579497
-rw-r--r--tools/migration/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/migration/BUILD b/tools/migration/BUILD
index 8eb7a10..1a3d1f3 100644
--- a/tools/migration/BUILD
+++ b/tools/migration/BUILD
@@ -27,6 +27,7 @@ py_binary(
deps = [
":legacy_fields_migration_lib",
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos",
"@io_abseil_py//absl:app",
"@io_abseil_py//absl/flags",
],
@@ -56,6 +57,7 @@ py_binary(
python_version = "PY3",
deps = [
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos",
"@io_abseil_py//absl:app",
"@io_abseil_py//absl/flags",
],
@@ -68,6 +70,7 @@ py_binary(
deps = [
":ctoolchain_comparator_lib",
"//third_party/com/github/bazelbuild/bazel/src/main/protobuf:crosstool_config_py_pb2",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos",
"@io_abseil_py//absl:app",
"@io_abseil_py//absl/flags",
],