android13/build/bazel/json_module_graph/properties.jq

8 lines
163 B
Plaintext

# CMD: Returns the names of properties used by $arg
[.[] |
select (.Name == $arg) |
.Module.Android.SetProperties |
map(.Name)] |
flatten | unique | sort