Home | History | Annotate | Download | only in sourcedr
      1 # Source Dr.
      2 
      3 This is a collection of source tree analysis tools.
      4 
      5 - [blueprint](blueprint) analyzes Android.bp and the dependencies between the
      6   modules.
      7 - [ninja](ninja) analyzes `$(OUT)/combined-${target}.ninja`, which contains all
      8   file dependencies.
      9 - [files/list_app_shared_uid.py](files/list_app_shared_uid.py) lists all
     10   pre-installed apps with `sharedUserId`.
     11