tree: 4a09f509e029407c48aacefd10011ebd9e138b96 [path history] [tgz]
  1. FuchsiaDebugSymbolInfo_debug_symbol_dirs.cquery
  2. FuchsiaPackageInfo_archive_and_manifest.cquery
  3. FuchsiaPackageInfo_to_json.cquery
  4. host_test_info.cquery
  5. package_archive_manifest_and_debug_symbol_dirs.cquery
  6. 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.