History log of /ndk/sources/cxx-stl/stlport/stlport/stl/_pair.h
Revision Date Author Comments
da9f426bc09bb60333b4f00d94f19e824a02ca94 08-Mar-2012 David 'Digit' Turner <digit@google.com> stlport: Use __ANDROID__ to test for Android platform

This patch changes a few lines of STLport to ensure that the
library uses the __ANDROID__ macro definition to check for the
Android platform, instead of ANDROID.

That's because __ANDROID__ is always defined by the toolchain
compiler, while ANDROID must be defined on the command-line
explicitely.

The NDK build system currently adds -DANDROID to all compiler
commands, but it's better not to rely on this.

Change-Id: Id0e643732be1aa8cd8881f10a5e946607e1b3ee7
2ca50e007226d9d571c94aec476ef5fdf8c4d3fd 02-Dec-2010 David 'Digit' Turner <digit@google.com> Move stlport under sources/cxx-stl/

Move the STLport directory from sources/android/stlport/ to
sources/cxx-stl/stlport/ since we don't document it as an import
module anymore (use APP_STL in your Application.mk to use it instead).

+ Update the documentation under docs/CPLUSPLUS-SUPPORT.html
and sources/cxx-stl/stlport/README

+ Remove obsolete docs/STL-SUPPORT.html (replaced by CPLUSPLUS-SUPPORT.html)

Change-Id: Ie49e2fbeaceb02b0b765336d4a641e8149446711