• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD14-Jan-2024504 1913

directDeps.jqD14-Jan-2024174 53

distanceFromLeaves.jqD14-Jan-20241.2 KiB5746

filterSubtree.jqD14-Jan-2024229 117

findModulesCrossPkgBoundary.jqD14-Jan-20242.1 KiB6251

findModulesWithNameSrcCollision.jqD14-Jan-2024594 1712

findModulesWithProperty.jqD14-Jan-2024279 1411

findModulesWithSrcType.jqD14-Jan-2024287 95

findModulesWithTestSuitesValue.jqD14-Jan-2024419 129

fullTransitiveDeps.jqD14-Jan-2024147 83

fullTransitiveDepsProperties.jqD14-Jan-2024473 1711

fullTransitiveModuleTypeDeps.jqD14-Jan-2024148 83

library.jqD14-Jan-20243.5 KiB150114

moduleTypeStats.jqD14-Jan-2024281 1512

modulesOfType.jqD14-Jan-202489 53

printModule.jqD14-Jan-2024448 1512

properties.jqD14-Jan-2024163 86

query.shD14-Jan-2024900 5543

reverseDeps.jqD14-Jan-202498 63

transitiveDeps.jqD14-Jan-2024209 85

usedVariations.jqD14-Jan-2024232 97

variantTransitions.jqD14-Jan-2024599 1713

README.md

1JSON module graph queries
2=========================
3
4This directory contains `jq` scripts that query Soong's module graph.
5`jq` may be installed through your distribution's repository.
6
7It's best to filter the full module graph to the part you are interested in
8because `jq` isn't too fast on the full graph.
9
10Usage
11-----
12
13```
14m json-module-graph
15query.sh [-C] <command> <base-of-your-tree>/out/soong/module-graph.json [argument]
16```
17
18Run `./query.sh` with no arguments for additional usage information.
19