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