diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2013-09-06 19:09:51 +0800 |
---|---|---|
committer | Andrew Hsieh <andrewhsieh@google.com> | 2013-09-27 09:21:13 +0800 |
commit | 128c2d12428669556e6f2a9f0cd2bebe2ce24594 (patch) | |
tree | cf0e35cd599127b67cab2e0e5163cd0787ef3a80 /current | |
parent | a991515cbfa86149dfea7a9cd3af2300977b410b (diff) | |
download | prebuilts_ndk-128c2d12428669556e6f2a9f0cd2bebe2ce24594.zip prebuilts_ndk-128c2d12428669556e6f2a9f0cd2bebe2ce24594.tar.gz prebuilts_ndk-128c2d12428669556e6f2a9f0cd2bebe2ce24594.tar.bz2 |
Switch prebuilts/ndk "current" from r8 to r9
Also symlink sources/cxx-stl/{gabi++,stlport} to the ones in
8/ (which stay at r8c before exception handling is added). This is
temporary workaround due to
1. Some projects compile with prebuilts/ndk but link with platform's old
stlport, causing error reads:
prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/_ostream.h:187:
error: undefined reference to 'std::uncaught_exception()'
2. Some projects don't have -ldl when link with stlport in prebuilts/ndk
which now uses dlopen
3. Some [vendor] binaries linked with platform's stlport may run erratically
when used in unbundled apps which link with new stlport
Change-Id: Icb7c56a69ceac860636f1c4d0abe98369bbf1c19
Diffstat (limited to 'current')
l--------- | current | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -8
\ No newline at end of file +9
\ No newline at end of file |