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

Unified Diff: build/android/envsetup.sh

Issue 11028014: Extend envsetup.sh Clang hack to ASan builds. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index af5153dc9624bfbb2caab8674e5056571dbb5523..741057e6b4c4596a09e27bc1b178731e2b19d6ba 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -112,7 +112,7 @@ android_gyp() {
# 54d2f6fe6d8a7b9d9786bd1f8540df6b4f46b83f in GYP.
(
# Fork to avoid side effects on the user's environment variables.
- if echo "$GYP_DEFINES" | grep -q clang; then
+ if echo "$GYP_DEFINES" | grep -qE '(clang|asan)'; then
michaelbai 2012/10/02 17:11:50 Why did you need this change? Would asan only be s
if echo "$CXX_target" | grep -q g++; then
unset CXX_target
fi
« 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