commit | f1bf68b227515eeb183203ac31b6993891d057db | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Thu Aug 03 00:50:51 2017 +0800 |
committer | Logan Chien <loganchien@google.com> | Thu Aug 03 00:50:51 2017 +0800 |
tree | 50d657ae9ea97d480ed20a121b46537758aadb7e | |
parent | 893c2a3facd242f8043ec19870f570dea1f5a362 [diff] |
vndk-def: Add deps-unresolved command This commit adds deps-unresolved subcommand. This subcommand will print unresolved DT_NEEDED entries or unresolved symbols of the ELF file with matching path. This command can help the GSI debug process. Test: python3 vndk_definition_tool.py deps-unresolved \ --system "${GSI}/system" --vendor "${DEVICE}/vendor" \ --path-filter "/vendor/.*" Change-Id: If0a4acb495dacfbcd62f58abed7dc6db1618e8a3