tree: a17cb19ad3127152c3b2d255de6607ba378f9e96 [path history] [tgz]
  1. FuchsiaDebugSymbolInfo_debug_symbol_dirs.cquery
  2. FuchsiaPackageInfo_archive_and_manifest.cquery
  3. FuchsiaPackageInfo_to_json.cquery
  4. README.md
build/bazel/starlark/README.md

Copyright 2024 The Fuchsia Authors. All rights reserved.

Use of this source code is governed by a BSD-style license that can be

found in the LICENSE file.

This directory contains a number of small starlark files that can be used in bazel cquery invocations to extract information about the Bazel build graph. For example:

fx bazel cquery <config-options>
    --output=starlark --starlark:file=/path/to/this/file \
    //path/to:target

They are mostly an implementation detail of the bazel_action.py script. Their content may change arbitrarily to keep track of internal changes within the Bazel SDK rules.