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

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

Issue 2336463003: clang build script: Clobber old Android toolchains. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.py
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
index 05f8cde3e2dc94f4813679accae1e4db71d3156f..473a43b588d29065fcd80c5f531291041003bc2e 100755
--- a/tools/clang/scripts/update.py
+++ b/tools/clang/scripts/update.py
@@ -762,6 +762,7 @@ def UpdateClang(args):
RunCommand([
make_toolchain,
'--api=' + ('21' if target_arch == 'aarch64' else '19'),
+ '--force',
'--install-dir=%s' % toolchain_dir,
'--stl=stlport',
'--arch=' + {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698