Support Clang 3.5 with libc++ in Android build

With this CL, Clang 3.5 with libc++ is supported to biuld Mozc for Android.

To build Mozc for Android with Clang and libc++, run build_mozc.py as follows.

  python build_mozc.py gyp     \
    --target_platform=Android  \
    --android_compiler=clang   \
    --android_stl=libcxx

Closes Issue 260.

BUG=Issue mozc:260
TEST=compile with Android NDR r10d

git-svn-id: https://mozc.googlecode.com/svn/trunk@440 a6090854-d499-a067-5803-1114d4e51264
4 files changed
tree: dc6bb96c02ddf4435da8af4592b383dd35939f5a
  1. src/