| Index: build/android/buildbot/bb_fyi_builder.sh
|
| diff --git a/build/android/buildbot/bb_fyi_builder.sh b/build/android/buildbot/bb_fyi_builder.sh
|
| index 3fa3c7f98a1e3564d8203c549cd1611acb60264e..3acc3b0f585aa8e5cb4022267468a0dcc21ebc88 100755
|
| --- a/build/android/buildbot/bb_fyi_builder.sh
|
| +++ b/build/android/buildbot/bb_fyi_builder.sh
|
| @@ -9,9 +9,9 @@
|
| # SHERIFF: there should be no need to disable this bot.
|
| # The FYI waterfall does not close the tree.
|
|
|
| -
|
| -BB_SRC_ROOT="$(cd "$(dirname $0)/../.."; pwd)"
|
| -. "${BB_SRC_ROOT}/build/android/buildbot_functions.sh"
|
| +BB_DIR="$(dirname $0)"
|
| +BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
|
| +. "$BB_DIR/buildbot_functions.sh"
|
|
|
| bb_baseline_setup "$BB_SRC_ROOT" "$@"
|
| bb_check_webview_licenses
|
|
|