| Index: build/android/buildbot_functions.sh
|
| diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
|
| index 4fb5f28041347294e3668d9c375d5674f6f476b6..a848d28264faed37ea9a567dfa697aee1ad6591b 100755
|
| --- a/build/android/buildbot_functions.sh
|
| +++ b/build/android/buildbot_functions.sh
|
| @@ -43,20 +43,6 @@ function bb_setup_environment {
|
| export ANDROID_NDK_ROOT=/usr/local/google/android-ndk-r7
|
| }
|
|
|
| -# Install the build deps by running
|
| -# build/install-build-deps-android-sdk.sh. This may update local tools.
|
| -# $1: source root.
|
| -function bb_install_build_deps {
|
| - echo "@@@BUILD_STEP install build deps android@@@"
|
| - local script="$1/build/install-build-deps-android-sdk.sh"
|
| - if [[ -f "$script" ]]; then
|
| - "$script"
|
| - else
|
| - echo "@@@STEP_WARNINGS@@@"
|
| - echo "Cannot find $script; why?"
|
| - fi
|
| -}
|
| -
|
| # Function to force-green a bot.
|
| function bb_force_bot_green_and_exit {
|
| echo "@@@BUILD_STEP Bot forced green.@@@"
|
| @@ -109,11 +95,6 @@ function bb_baseline_setup {
|
| NEED_CLOBBER=1
|
| fi
|
|
|
| - # Setting up a new bot? Must do this before envsetup.sh
|
| - if [ ! -d "${ANDROID_NDK_ROOT}" ] ; then
|
| - bb_install_build_deps $SRC_ROOT
|
| - fi
|
| -
|
| . build/android/envsetup.sh
|
|
|
| if [ "$NEED_CLOBBER" -eq 1 ]; then
|
|
|