Commit Graph

1 Commits

Author SHA1 Message Date
Antoine Labour
a166ca1dc0 add cros_deps_diff tool that creates dependency graph diffs
This is useful to understand why packages may be different between say, x86 and arm.
Use cros_extract_deps to extract the dependency graph for each, then:
cros_deps_diff -o path/to/output x86-generic.deps arm-generic.deps

Review URL: http://codereview.chromium.org/2870042
2010-07-08 14:52:37 -07:00