Files
rk35xx-android14/build/bazel/json_module_graph/README.md
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

19 lines
504 B
Markdown

JSON module graph queries
=========================
This directory contains `jq` scripts that query Soong's module graph.
`jq` may be installed through your distribution's repository.
It's best to filter the full module graph to the part you are interested in
because `jq` isn't too fast on the full graph.
Usage
-----
```
m json-module-graph
query.sh [-C] <command> <base-of-your-tree>/out/soong/module-graph.json [argument]
```
Run `./query.sh` with no arguments for additional usage information.