• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Documentation/22-Nov-2023-10170

blueprint/22-Nov-2023-3,0391,986

files/23-Nov-2023-147101

ninja/22-Nov-2023-2,2221,579

OWNERSD22-Nov-202345 32

README.mdD22-Nov-2023372 118

README.md

1# Source Dr.
2
3This 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