Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_cc
/
7343c660a406e367865d2107255c69bb05f52163
/
.
/
cc
/
repositories.bzl
blob: 3ff7dbccd86e4784ad55e61772200e0c80a3ab78 [
file
] [
log
] [
blame
]
"""Repository rules entry point module for rules_cc."""
load
(
"//cc/private/toolchain:cc_configure.bzl"
,
"cc_configure"
)
def
rules_cc_dependencies
():
pass
# buildifier: disable=unnamed-macro
def
rules_cc_toolchains
(*
args
):
cc_configure
(*
args
)