Bazel 构建函数百科全书

报告问题 查看源代码 每晚 20/}21 {2 7.3 · 7.2 · 7.1 · 7.0 · 6.5

概念与术语

函数

规则

原生规则随 Bazel 二进制文件一起提供,不需要 load 语句。原生规则在 BUILD 文件中可在全球范围内使用。在 .bzl 文件中,您可以在 native 模块中找到它们。 如需了解与 Bazel 分开发行的非原生 Starlark 规则,请参阅推荐规则列表。

特定于语言的原生规则

语言 二进制规则 库规则 测试规则 其他规则
C / C++ cc_binary
cc_import
cc_library
cc_shared_library
cc_static_library
cc_test
cc_toolchain
cc_toolchain_suite
fdo_prefetch_hints
fdo_profile
memprof_profile
propeller_optimize
Java java_binary
java_import
java_library
java_test
java_pluginjava_plugin
Objective-C objc_import
objc_library
协议缓冲区 py_proto_library
proto_lang_toolchain
proto_toolchain
Python py_binary
py_library
py_test
py_runtime
Sh sh_binary
sh_library
sh_test

与语言无关的原生规则

家庭 规则
其他操作
常规
平台和工具链
工作区