tree: 8eea6207524c7c9b2034544af20bb3e2036579d4
  1. FuchsiaDebugSymbolInfo_debug_symbol_dirs.cquery
  2. FuchsiaHostTestInfo.cquery
  3. FuchsiaPackageInfo_archive.cquery
  4. FuchsiaPackageInfo_archive_and_manifest.cquery
  5. FuchsiaPackageInfo_to_json.cquery
  6. package_archive_manifest_and_debug_symbol_dirs.cquery
  7. 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_gn_target_action.py and bazel_action_impl.py scripts. Their content may change arbitrarily to keep track of internal changes within the Bazel SDK rules.