xref
: /
aosp12
/
build
/
bazel
/
json_module_graph
/
directDeps.jq
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
include "library";
2
3
[.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort