You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
372 B
11 lines
372 B
4 months ago
|
# Source Dr.
|
||
|
|
||
|
This is a collection of source tree analysis tools.
|
||
|
|
||
|
- [blueprint](blueprint) analyzes Android.bp and the dependencies between the
|
||
|
modules.
|
||
|
- [ninja](ninja) analyzes `$(OUT)/combined-${target}.ninja`, which contains all
|
||
|
file dependencies.
|
||
|
- [files/list_app_shared_uid.py](files/list_app_shared_uid.py) lists all
|
||
|
pre-installed apps with `sharedUserId`.
|