Bazel BUILD Encyclopedia of Functions

Report an issue View source Nightly · 8.1 · 8.0 · 7.5 · 7.4

Concepts and terminology

Functions

Rules

Native rules ship with the Bazel binary and do not require a load statement. Native rules are available globally in BUILD files. In .bzl files, you can find them in the native module. For non-native Starlark rules that ship separately from Bazel, see the list of recommended rules.

Language-specific native rules

Language-agnostic native rules