Files
android_development/vndk/tools/sourcedr
Po Hu 7a3de33e2a Let blueprint.py skip searching Android.bp in out dir
Use a general rule to identify out dir instead of hard code name.

Bug: 182193244
Change-Id: Ib7b669162dee86e7815066cc95ca9e84e2db17be
2021-03-09 12:42:13 +08:00
..
2018-06-21 16:40:05 +08:00
2018-05-24 11:01:11 +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.
  • files/list_app_shared_uid.py lists all pre-installed apps with sharedUserId.