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

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

Issue 11819061: Update Clang on the ASan Android test runner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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 | « build/android/buildbot/bb_run_bot.py ('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
===================================================================
--- build/android/buildbot/buildbot_functions.sh (revision 175779)
+++ build/android/buildbot/buildbot_functions.sh (working copy)
@@ -93,6 +93,11 @@
gclient runhooks
}
+function bb_asan_tests_setup {
+ # Download or build the ASan runtime library.
+ ${SRC_ROOT}/tools/clang/scripts/update.sh
+}
+
# Setup goma. Used internally to buildbot_functions.sh.
function bb_setup_goma_internal {
export GOMA_API_KEY_FILE=${GOMA_DIR}/goma.key
« no previous file with comments | « build/android/buildbot/bb_run_bot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698