Index: build/android/buildbot/bb_run_bot.py |
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py |
index 7a72568e6573dbbd03bb4f087222a9b40c960c17..833e3b769df631b6e1a4aff61a41370e58aa4710 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -143,7 +143,7 @@ def GetBotStepMap(): |
# Other waterfalls |
B('asan-builder-tests', H(compile_step, |
extra_gyp='asan=1 component=shared_library'), |
- T(std_tests, ['--asan'])), |
+ T(std_tests, ['--asan', '--asan-symbolize'])), |
B('blink-try-builder', H(compile_step)), |
B('chromedriver-fyi-tests-dbg', H(std_test_steps), |
T(['chromedriver'], ['--install=ChromiumTestShell'])), |