mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
Add module with the project name in MODULE.bazel
#codehealth PiperOrigin-RevId: 717763382
This commit is contained in:
@ -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".
|
||||
|
Reference in New Issue
Block a user