xref: /aosp_15_r20/development/vndk/tools/sourcedr/README.md (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard Worker# Source Dr.
2*90c8c64dSAndroid Build Coastguard Worker
3*90c8c64dSAndroid Build Coastguard WorkerThis is a collection of source tree analysis tools.
4*90c8c64dSAndroid Build Coastguard Worker
5*90c8c64dSAndroid Build Coastguard Worker- [blueprint](blueprint) analyzes Android.bp and the dependencies between the
6*90c8c64dSAndroid Build Coastguard Worker  modules.
7*90c8c64dSAndroid Build Coastguard Worker- [ninja](ninja) analyzes `$(OUT)/combined-${target}.ninja`, which contains all
8*90c8c64dSAndroid Build Coastguard Worker  file dependencies.
9*90c8c64dSAndroid Build Coastguard Worker- [files/list_app_shared_uid.py](files/list_app_shared_uid.py) lists all
10*90c8c64dSAndroid Build Coastguard Worker  pre-installed apps with `sharedUserId`.
11