Sign in
android
/
platform
/
build
/
bazel
/
31d066df
/
.
/
json_module_graph
/
fullTransitiveDeps.jq
blob: 760fdcf78a5253e1e8bbe94d1b74b3b35fd384f8 [
file
] [
log
] [
blame
]
# CMD: Returns the modules in the transitive closure of module(s) $arg, splits on ","
include
"library"
;
fullTransitiveDeps
(
$arg
|
split
(
","
))