| Index: tools/clang/scripts/update.sh
|
| diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh
|
| index 8ad19b5b9b6d99bd1a915365f05d603f71a3006f..86c6aed3b5a01541d404286920311ae2f2f19715 100755
|
| --- a/tools/clang/scripts/update.sh
|
| +++ b/tools/clang/scripts/update.sh
|
| @@ -11,7 +11,7 @@
|
| CLANG_REVISION=238013
|
|
|
| # This is incremented when pushing a new build of Clang at the same revision.
|
| -CLANG_SUB_REVISION=1
|
| +CLANG_SUB_REVISION=3
|
|
|
| PACKAGE_VERSION="${CLANG_REVISION}-${CLANG_SUB_REVISION}"
|
|
|
| @@ -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
|
|
|