Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a copy of symbol files after prelinking is removed. | Ying Wang | 2011-03-14 | 1 | -1/+11 |
| | | | | Change-Id: I1628b54fc747154d48f213c634b081e43eb41696 | ||||
* | build: remove prelinker build build system | Iliyan Malchev | 2011-03-12 | 1 | -41/+2 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Build system tweaks for Valgrind. | Jeff Brown | 2011-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | Added LOCAL_NO_CRT to enable building executables that do not link to the C runtime library. Removed support for LOCAL_MODULE_SUBDIR since it was broken and unused. (Was going to use it but ended up using LOCAL_MODULE_PATH instead.) Change-Id: I3b6f5ab7e5ae6aaa7119899adccece2b4ab1cbb3 | ||||
* | Fix the unstripped path if LOCAL_MODULE_PATH is set. | Ying Wang | 2010-09-03 | 1 | -1/+6 |
| | | | | | | Bug: 2953067 Change-Id: I12a0bdb1f3df4fa98bea70f60e0ce26bf863c924 | ||||
* | Refactor Stripper. Allow a stripper other than SOSLIM to be specified | Bruce Beare | 2010-07-09 | 1 | -2/+2 |
| | | | | | Change-Id: I61137f5bb123dc5f610af9928ed3debdf85ba74d Signed-off-by: Bruce Beare <brucex.j.beare@intel.com> | ||||
* | Add FDO options to Android make system. | Jing Yu | 2009-09-21 | 1 | -0/+7 |
| | |||||
* | Automated import from //branches/master/...@142758,142758 | Eric Fischer | 2009-03-25 | 1 | -1/+9 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+144 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -144/+0 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+144 |