Skip to content

Instantly share code, notes, and snippets.

@zhihongliuus
Last active June 17, 2024 23:20
Show Gist options
  • Save zhihongliuus/bc25d2675ecad475774e59823b728938 to your computer and use it in GitHub Desktop.
Save zhihongliuus/bc25d2675ecad475774e59823b728938 to your computer and use it in GitHub Desktop.
bazel

bazel query

bazel query 'kind("source", "//ecu/...:*")' | grep primary_actuator_can
bazel query 'buildfiles(deps(//ecu/adas/glia/platform/orin_applications/rat_agent/dbc_lib/orina_backbone:BackboneETH_codegen))'

bazel show all target:

bazel query "//ecu/adas/glia/platform/orin_applications/rat_agent/dbc_lib/orina_backbone:*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment