summaryrefslogtreecommitdiffstats
path: root/minelf/Android.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove 'retouch' ASLR supportDoug Zongker2014-02-141-27/+0
| | | | | | | | Older versions of android supported an ASLR system where binaries were randomly twiddled at OTA install time. Remove support for this; we now use the ASLR support in the linux kernel. Change-Id: I8348eb0d6424692668dc1a00e2416fbef6c158a2
* Working ASLR implementationHristo Bojinov2010-08-021-0/+27
Separate files for retouch functionality are in minelf/* ASLR for shared libraries is controlled by "-a" in ota_from_target_files. Binary files are self-contained. Retouch logic can recover from crashes. Signed-off-by: Hristo Bojinov <hristo@google.com> Change-Id: I76c596abf4febd68c14f9d807ac62e8751e0b1bd