🛠️ Steven Gong

Search

SearchSearch

Mar 02, 2024, 1 min read

Bazel BUILD

https://bazel.build/concepts/build-files

Bazel extensions are files ending in .bzl. Use the load statement to import a symbol from an extension.

load("//foo/bar:file.bzl", "some_library")

Graph View

Backlinks

  • No backlinks found

Created with Quartz, © 2025

  • Blog
  • LinkedIn
  • Twitter
  • GitHub