Simon Marquis
2a87696493
Update comment wording
9 months ago
Simon Marquis
ad07e7b93d
Use stdin to avoid repeating the output file name
9 months ago
Simon Marquis
56b9871fae
Replace bash commands with proper svgo cli
...
Although this adds another requirement to execute this script, it will prevent OS-specific issues on `sed` and `grep` as described in #1503 , and make sure anyone can generate the same SVG output files.
`--pretty` is kept for convenience but can be removed if needed.
9 months ago
Don Turner
e5008c655e
Merge pull request #1460 from android/dt/tidy-graph-script
...
Remove the printModulePaths task and read modules direct from settings
10 months ago
Don Turner
2ec94082e3
Remove the printModulePaths task and read modules direct from settings
...
Change-Id: Ib871afb7e9f5da3a4240e18062fad9e701c218e7
10 months ago
Simon Marquis
5b896710d1
Regenerate SVG graphs and cleanup/reformat files
...
Graphviz generates unnecessary comments when targeting SVG output:
- graph random title
- duplicated node titles
- graphviz version (we only care about SVG result)
11 months ago
lihenggui
3534a6fd0d
Ensure folder initialization and add instructions for Ubuntu users
1 year ago
Don Turner
70dcd5119d
Make path to module graph image dynamic. Fixes #1286
...
Change-Id: I595a841ef7b06cccc959ca96d18824f4fad4c261
1 year ago
Don Turner
a5025390af
Add title to READMEs to describe the dependency graph
...
Change-Id: Ifb4b44e67df53ddd8ed048122c6c12a904e61528
1 year ago
Don Turner
6b744ab3c7
Addressing feedback
...
Change-Id: I9c825c142799cdbb99890d49ded067427cf9fee8
1 year ago
Don Turner
c4642cea61
Add graph for screenshot testing module, minor update to script
...
Change-Id: I611f73d59790bde240756e8016aa721a1783335f
1 year ago
Don Turner
80a82de945
Update module dependency graphs and add script to create them
...
Change-Id: I7b2ae264ec84491c847a44869934e2f238564c31
1 year ago