Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1070)

Unified Diff: tools/clang/scripts/update.sh

Issue 12379078: Update ndk sysroot to API level 14 (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: update clang file Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.sh
===================================================================
--- tools/clang/scripts/update.sh (revision 185796)
+++ tools/clang/scripts/update.sh (working copy)
@@ -350,7 +350,7 @@
if [[ -n "${with_android}" ]]; then
# Make a standalone Android toolchain.
${ANDROID_NDK_DIR}/build/tools/make-standalone-toolchain.sh \
- --platform=android-9 \
+ --platform=android-14 \
--install-dir="${LLVM_BUILD_DIR}/android-toolchain"
# Fixup mismatching version numbers in android-ndk-r8b.
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698