Name | Date | Size | |
---|---|---|---|
.. | 11-Jul-2014 | 4 KiB | |
EH/ | 11-Jul-2014 | 4 KiB | |
gabi++/ | 11-Jul-2014 | 4 KiB | |
gnu-libstdc++/ | 11-Jul-2014 | 4 KiB | |
README | 11-Jul-2014 | 461 | |
stlport/ | 11-Jul-2014 | 4 KiB | |
system/ | 11-Jul-2014 | 4 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