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