commit | 02a6c448c32c37aae834bc25e92db97bfac32524 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon Mar 11 14:43:33 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Wed Mar 13 17:07:46 2019 -0700 |
tree | 9f884a8f20ca1043d4bf3b88fda6de4f004cd486 | |
parent | 9a00f596d3376ed750eb58cf07c04d575b540c2b [diff] |
Add support for displaying soname in an apk. Changes: - Change GetSoname to always returns a std::string. - Added new unit tests for the soname printing. - Modify the GetElf() function to save the same elf when we see rosegment linkers that split the read-only and read-write across a map. This avoids creating multiple elf objects for each map. - Fixed a few offline unwind tests. Bug: 29218999 Test: Unit tests pass. Change-Id: Iad7c38b5c2957a8c5fd4ba94ebec335bafcad57d