android13/development/vndk/tools/sourcedr
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
Documentation initial 2024-06-22 20:45:49 +08:00
blueprint initial 2024-06-22 20:45:49 +08:00
files initial 2024-06-22 20:45:49 +08:00
ninja initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00

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.