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

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 16667010: Switch android clang bots to component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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/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])),
« 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