summaryrefslogtreecommitdiffstats
path: root/tools/soslim
Commit message (Collapse)AuthorAgeFilesLines
* build: remove prelinker build build systemIliyan Malchev2011-03-1214-1876/+0
| | | | | | | | | | | | | | | | | | | | This patch removes support for prelinking from the build system. By now, the prelinker has outlived its usefulness for several reasons. Firstly, the speedup that it afforded in the early days of Android is now nullified by the speed of hardware, as well as by the presence of Zygote. Secondly, the space savings that come with prelinking (measued at 17MB on a recent honeycomb stingray build) are no longer important either. Thirdly, prelinking reduces the effectiveness of Address-Space-Layout Randomization. Finally, since it is not part of the gcc suite, the prelinker needs to be maintained separately. The patch deletes apriori, soslim, lsd, isprelinked, and iself from the source tree. It also removes the prelink map. LOCAL_PRELINK_MODULE becomes a no-op. Individual Android.mk will get cleaned separately. Support for prelinking will have to be removed from the recovery code and from the dynamic loader as well. Change-Id: I5839c9c25f7772d5183eedfe20ab924f2a7cd411
* Increase the Retouch buffer size from 550,000 to 600,000Steve Block2010-08-271-1/+1
| | | | | | | The WebKit merge to r66079 built with JSC JavaScript engine triggers the overflow. Change-Id: Ifcb92aa019cfb0e7a93d667e15a792554fc0f676
* Increase the Retouch buffer size.Ben Murdoch2010-08-121-1/+1
| | | | | | | New WebKit merge built with JSC javascript engine triggers the overflow. Change-Id: I71a9bbc9b27c9a0e7f3680f20be2696f61c3b266
* Working ASLR implementation.Hristo Bojinov2010-08-025-7/+131
| | | | | | | | ASLR for shared libraries is controlled by "-a" in ota_from_target_files. Binary files are self-contained (supported by apriori/soslim). Signed-off-by: Hristo Bojinov <hristo@google.com> Change-Id: I500e325bf4a70a8d69a2ab9b2938e83dadb4e65d
* Clean up warnings in soslimKenny Root2010-06-264-26/+33
| | | | Change-Id: I497745fe9701876272fdbe7a946622a40efffdd5
* Automated import from //branches/master/...@141287,141287Iliyan Malchev2009-03-241-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0314-0/+1745
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0314-1745/+0
|
* Initial ContributionThe Android Open Source Project2008-10-2114-0/+1745