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

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 11308286: Add asan android buildbot scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: asan_tester.sh -> asan_tests.sh Created 8 years 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/android/buildbot/bb_asan_tests.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index c0c757938135d399bf7532d258e6e0edfa3657cf..bf4d0858711a7636d7a50f214278b16872289129 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -60,7 +60,7 @@ function bb_baseline_setup {
local extra_gyp_defines="$(bb_get_json_prop "$FACTORY_PROPERTIES" \
extra_gyp_defines)"
export GYP_DEFINES+=" fastbuild=1 $extra_gyp_defines"
- if echo $extra_gyp_defines | grep -q clang; then
+ if echo $extra_gyp_defines | grep -qE 'clang|asan'; then
unset CXX_target
fi
« no previous file with comments | « build/android/buildbot/bb_asan_tests.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698