Home | History | Annotate | only in /development/vndk/tools/sourcedr
Up to higher level directory
NameDateSize
blueprint/22-Oct-2020
Documentation/22-Oct-2020
files/22-Oct-2020
ninja/22-Oct-2020
OWNERS22-Oct-202045
README.md22-Oct-2020372

README.md

      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