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 59200b06b65af6e93ff544d4b450042d868b4d8a..20a435a2516de8d12b9ba99d941b52f28e48c9af 100755 |
--- a/build/android/buildbot/bb_run_bot.py |
+++ b/build/android/buildbot/bb_run_bot.py |
@@ -119,7 +119,8 @@ def GetBotStepMap(): |
# Main builders |
B('main-builder-dbg', H(std_build_opts + std_host_tests)), |
B('main-builder-rel', H(std_build_opts)), |
- B('main-clang-builder', H(compile_opt, 'clang=1')), |
+ B('main-clang-builder', |
+ H(compile_opt, 'clang=1 component=shared_library')), |
B('main-clobber', H(compile_opt)), |
B('main-tests', H(std_test_opts), T(std_tests, [flakiness_server])), |