Index: tools/clang/scripts/update.sh |
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh |
index f0dbeb04e3d4f183d7db6dfb51b4b141d6c11be0..dd6f089dc0a20aca68c1e7d837344a1398c7cd90 100755 |
--- a/tools/clang/scripts/update.sh |
+++ b/tools/clang/scripts/update.sh |
@@ -665,7 +665,7 @@ if [[ -n "${with_android}" ]]; then |
--platform=android-14 \ |
--install-dir="${LLVM_BUILD_DIR}/android-toolchain" \ |
--system=linux-x86_64 \ |
- --stl=stlport \ |
+ --stl=libcxx \ |
--toolchain=arm-linux-androideabi-4.9 |
# Android NDK r9d copies a broken unwind.h into the toolchain, see |