blob: b1b240ec9433e614a4dffc5d50101b8921f06fc0 [file] [edit]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/versions/7.2.0/_book.yaml">
</head>
<body>
<h1 class="page-title" id="modules.rule">rule</h1>
{% dynamic setvar source_file "src/main/java/com/google/devtools/build/lib/packages/RuleFunction.java" %}
{% dynamic setvar version "7.2.0" %}
{% dynamic setvar original_path "/rules/lib/builtins/rule" %}
{% include "_buttons.html" %}
<!-- {% raw %} -->
A callable value representing the type of a native or Starlark rule. Calling the value during evaluation of a package's BUILD file creates an instance of the rule and adds it to the package's target set. For more information, visit this page about<a href ='https://bazel.build/versions/7.2.0/extending/rules'>Rules</a>.
</body>
</html>
<!-- {% endraw %} -->