commit | 924a6837609359d09076391fa363fdcf3c8544bd | [log] [tgz] |
---|---|---|
author | Alex Klyubin <klyubin@google.com> | Wed Dec 02 19:02:01 2015 -0800 |
committer | Alex Klyubin <klyubin@google.com> | Wed Dec 02 19:02:01 2015 -0800 |
tree | 4d977e44841e89c6384bcbe99a348aab0669e970 | |
parent | 88ca8aff3e4c6f776444ca8267b044b314f6aa0f [diff] |
Make signapk align .so entries to 4096 bytes. This makes signapk align uncompressed .so entries to memory page boundary (4096 bytes) to enable such libraries to be loaded at runtime through memory-mapping the APK. With this change in place, there should no longer be a need to run zipalign after (or before) signapk. Bug: 25794543 Change-Id: I74775af15a683791f57fcbd3497a79951b3f63a1