Files
android_development/vndk/tools/sourcedr
Logan Chien bec07164e5 sourcedr: Add more project analysis filters
This commit adds `--has-group`, `--only-has-group`, and
`--without-group` to filter projects.

Test: analyze_manifest_split.py -b Android.bp -m .repo/manifest.xml \
  --has-group=system_only
Test: analyze_manifest_split.py -b Android.bp -m .repo/manifest.xml \
  --only-has-group=vendor_only
Test: analyze_manifest_split.py -b Android.bp -m .repo/manifest.xml \
  --without-group=both

Change-Id: I5199a7e940538e73a1af19cfd78afbe4427d6e3b
2018-07-12 20:29:23 +08:00
..
2018-06-21 16:40:05 +08:00
2018-05-24 11:01:11 +08:00
2018-06-21 16:52:21 +08:00

Source Dr.

This is a collection of source tree analysis tools.

  • blueprint analyzes Android.bp and the dependencies between the modules.
  • ninja analyzes $(OUT)/combined-${target}.ninja, which contains all file dependencies.