commit | a062ad61b05bb015f4b7810edfa04ed5ca023da9 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@android.com> | Thu Jul 14 08:15:16 2011 +0200 |
committer | David 'Digit' Turner <digit@android.com> | Thu Jul 14 08:15:16 2011 +0200 |
tree | 86160bcff0f6921e8036c86ee9b790c399d7ea07 | |
parent | 0db3eb4adba6df89be6cde96620d5a85c89abb4b [diff] |
ndk: Fix android-3/arch-arm crt{begin,end}_so.o Turns out that the previously commited versions of these files do not allow for proper linking with a patched toolchain. With -shared, gcc complains that: .preinit_array section is not allowed in DSO So use the versions from android-9/arch-arm instead, which seems to work fine. Change-Id: I9aeaab449ddad058451c7d6493c983ab2ed1c4eb