diff -r 000000000000 -r 6474c204b198 build/stlport/README.android --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/stlport/README.android Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,9 @@ +Version: 5.2.1 + +Changes: + * Added _android.h included by _system.h + * Do not use linux float functions in num_get_float.cpp as Android does not + have them. + * _mbstate_t.h cannot define its own mbstate_t as bionic already defines + it. + * _pair.h needs to define bionic's (sgi's) internal pair header guard.