Home | History | Annotate | only in /prebuilts/ndk/9/sources/cxx-stl
Up to higher level directory
NameDateSize
EH/23-Apr-2015
gabi++/23-Apr-2015
gnu-libstdc++/23-Apr-2015
llvm-libc++/23-Apr-2015
README23-Apr-2015461
stlport/23-Apr-2015
system/23-Apr-2015

README

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