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

Unified Diff: platform_tools/android/bin/android_setup.sh

Issue 1919873003: Make clang the default Android compiler. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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
« gyp/freetype.gyp ('K') | « gyp/lua.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/bin/android_setup.sh
diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh
index 0084fc6bb7b78c59903df013b262969275e45ff0..ee1160e6fa2049f3cf1c90b66fed9607958fcc74 100755
--- a/platform_tools/android/bin/android_setup.sh
+++ b/platform_tools/android/bin/android_setup.sh
@@ -12,7 +12,7 @@
set -e
BUILDTYPE=${BUILDTYPE-Debug}
-USE_CLANG="false"
+USE_CLANG="true"
while (( "$#" )); do
if [[ "$1" == "-d" ]]; then
« gyp/freetype.gyp ('K') | « gyp/lua.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698