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 |