• Home
  • History
  • Annotate
  • only in /prebuilts/ndk/current/sources/cxx-stl/
NameDateSize

..11-Jul-20144 KiB

EH/11-Jul-20144 KiB

gabi++/11-Jul-20144 KiB

gnu-libstdc++/11-Jul-20144 KiB

README11-Jul-2014461

stlport/11-Jul-20144 KiB

system/11-Jul-20144 KiB

README

1NOTE:
2
3EH/ contains gabi++ and stlport in NDK r9* with exception handling support.
4Unfortunatley by adding EH the new stlport breaks the compatibility with the
5platform's stlport, meaning that code links with the new one can't be later
6used to link with platform's stlport, and vice versa.
7
8So, we symlink gabi++ and stlport back to 8/ (which stays at r8c) for now,
9until all inconsistency are fixed and all [vendor] binaries are compiled
10with the new stlport.
11