You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
504 B
19 lines
504 B
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.
|