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.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
Documentation | 4 months ago | |
blueprint | 4 months ago | |
files | 4 months ago | |
ninja | 4 months ago | |
OWNERS | 4 months ago | |
README.md | 4 months ago |
README.md
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
.