commit | 43b0803eb685305c8c3f708d68303567c5bf1e46 | [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 | 493630541f95f9e7fa55034d98e893ad32a1eb8d [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