Sign in
pigweed
/
third_party
/
github
/
bazelembedded
/
rules_cc_toolchain
/
b7ad0e903bd9ba33fef2b563efa8a0365e64d5b6
/
.
/
cc_toolchain
/
sysroot.bzl
blob: 4626c1bb01fbcb92de16cd71408c7e86d9fa38e2 [
file
]
def
_no_op
(
ctx
):
pass
sysroot_package
=
rule
(
_no_op
,
doc
=
"Marks a package as a sysroot. This rule serves as a placeholder for\
other labels to point to."
,
)