Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put the NDK library paths ahead of TARGET_GLOBAL_LD_DIRS | Ying Wang | 2011-07-20 | 1 | -2/+6 |
| | | | | | | | | | | To avoid race condition: Say a module with LOCAL_NDK_VERSION built in the full source tree, Before this change it may be linked against TARGET_GLOBAL_LD_DIRS/libc.so that's being partially written out by the linker, because there is no dependency between the module and TARGET_GLOBAL_LD_DIRS/libc.so. Change-Id: If6e4921d226fee133b53e4d819a07b48f4fca016 | ||||
* | build: remove prelinker build build system | Iliyan Malchev | 2011-03-12 | 1 | -3/+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 | ||||
* | Add NDK crtbegin_so.o and crtend_so.o if they exist. | Ying Wang | 2011-03-04 | 1 | -5/+2 |
| | | | | Change-Id: I3d49d5a2d0e1b6bf26a0e1df0df2d6d7e026f85a | ||||
* | Support stl variants when LOCAL_NDK_VERSION is set. | Ying Wang | 2011-03-04 | 1 | -1/+3 |
| | | | | | | | LOCAL_NDK_STL_VARIANT can be set to system, stlport_static, stlport_shared or gnustl_static. It defaults to system. Change-Id: I2840d30ff732a00bc0ea70eab8a8179aea0abbdf | ||||
* | Support to build native libraries with prebuilt NDK | Ying Wang | 2010-07-13 | 1 | -1/+23 |
| | | | | | Bug: http://b/issue?id=2811253 Change-Id: Iabd4ab8b3d7236dffe89f1939e1142e882944026 | ||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+32 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -32/+0 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -1/+3 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+30 |