diff --git a/src/MODULE.bazel b/src/MODULE.bazel index 4494e2ee7..145842850 100644 --- a/src/MODULE.bazel +++ b/src/MODULE.bazel @@ -1,5 +1,6 @@ # MODULE.bazel is the new dependency configuration system (Bzlmod), but not used yet by default. # To use Bzlmod, you need to specify --enable_bzlmod to the Bazel command or modify .bazelrc. +module(name = "mozc") # abseil-cpp with patches for Bazel 8.0.0 is used instead of the local Abseil in third_party/. # Otherwise, `bazel fetch` will fail with the error: "cc_configure_extension no longer available".