[bazel] Add mrclib dependency (#8873)

This pulls in the `mrclib` maven repository as shared libraries, as a
prereq for #8858.

Alternative to #8869, which avoids the unnecessary lockfile entry. This
should be a one-to-one replacement for that PR.

Closes #8869

---------

Co-authored-by: PJ Reiniger <pj.reiniger@gmail.com>
This commit is contained in:
David Vo
2026-05-24 09:39:47 +10:00
committed by GitHub
parent e88729c67e
commit d48f1cd0e5
3 changed files with 120 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ module(
include("//docs:doxygen.MODULE.bazel")
include("//shared/bazel/thirdparty/mrclib:mrclib.MODULE.bazel")
bazel_dep(name = "apple_support", version = "2.0.0", repo_name = "build_bazel_apple_support")
# TODO(austin): Upgrade when the patches land.