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. |
+ ./tools/clang/scripts/update.sh |
Isaac (away)
2013/01/10 21:48:45
Nit: let's use $SRC_ROOT instead of "." so it's no
eugenis
2013/01/11 12:15:59
Done.
|
+} |
+ |
# Setup goma. Used internally to buildbot_functions.sh. |
function bb_setup_goma_internal { |
export GOMA_API_KEY_FILE=${GOMA_DIR}/goma.key |