| Index: tools/clang/scripts/update.sh
|
| diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
|
| index 8ad19b5b9b6d99bd1a915365f05d603f71a3006f..1547271c57ff429687260996d564ac8270c7b4c7 100755
|
| --- a/tools/clang/scripts/update.sh
|
| +++ b/tools/clang/scripts/update.sh
|
| @@ -678,10 +678,10 @@ popd
|
| if [[ -n "${with_android}" ]]; then
|
| # Make a standalone Android toolchain.
|
| ${ANDROID_NDK_DIR}/build/tools/make-standalone-toolchain.sh \
|
| - --platform=android-14 \
|
| + --platform=android-19 \
|
| --install-dir="${LLVM_BUILD_DIR}/android-toolchain" \
|
| --system=linux-x86_64 \
|
| - --stl=libcxx \
|
| + --stl=stlport \
|
| --toolchain=arm-linux-androideabi-4.9
|
|
|
| # Android NDK r9d copies a broken unwind.h into the toolchain, see
|
|
|