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 |