Get libc++ building for Android

This adds an Android makefile, aliases locale aware cctype and cwctype
functions, fixes broken configuration in libcxx, and stubs functions missing
from bionic.

Change-Id: I247372d87caabe0310bedc4540b68ab2ed1986c1
This commit is contained in:
Dan Albert
2014-04-08 12:03:21 -07:00
parent 3b74eb3254
commit 2ef012e474
12 changed files with 427 additions and 4 deletions

View File

@@ -30,6 +30,8 @@
#include "__sso_allocator"
#if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__)
#include <support/win32/locale_win32.h>
#elif defined(__ANDROID__)
#include <support/android/langinfo.h>
#else // _LIBCPP_MSVCRT
#include <langinfo.h>
#endif // !_LIBCPP_MSVCRT