Add module with the project name in MODULE.bazel

#codehealth

PiperOrigin-RevId: 717763382
This commit is contained in:
Hiroyuki Komatsu
2025-01-21 07:39:45 +00:00
parent 51b4cd065d
commit 6e76b54020

View File

@ -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".