tree: 3f5316aa2ed758721aa2f4a81b99203b9fd9c76d [path history] [tgz]
  1. bazel_top_dir
  2. logging.gni
  3. no_downloads_allowed.config
  4. README.md
build/bazel/config/README.md

This directory contains configuration information that is read from several scripts ot locations.

  • bazel_top_dir:

    The BAZEL_TOPDIR for the main workspace, relative to the Ninja output directory. See //build/bazel/README.md for details.

    Format: A single line of text for the path. Used by: //build/bazel/bazel_workspace.gni Used by: //tools/devshell/lib/bazel_utils.sh Used by: //build/bazel/scripts/parse-workspace-event-log.py Used by: //build/bazel/scripts/workspace_utils.py

  • logging.gni:

    GNI file declaring a GN build variable that impacts Bazel invocations.

  • no_downloads_allowed.config:

    A Bazel --experimental_downloader_config file referenced from the top-level .bazelrc file to disable all downloads when running repository rules.