summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/android/buildbot/bb_main_builder.sh1
-rwxr-xr-xbuild/android/buildbot/bb_try_builder.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/build/android/buildbot/bb_main_builder.sh b/build/android/buildbot/bb_main_builder.sh
index 092122f..2ab7498 100755
--- a/build/android/buildbot/bb_main_builder.sh
+++ b/build/android/buildbot/bb_main_builder.sh
@@ -15,6 +15,7 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
## bb_force_bot_green_and_exit
bb_baseline_setup "$BB_SRC_ROOT" "$@"
+bb_check_webview_licenses
bb_compile
bb_zip_build
diff --git a/build/android/buildbot/bb_try_builder.sh b/build/android/buildbot/bb_try_builder.sh
index 18ca2a1..4f125af 100755
--- a/build/android/buildbot/bb_try_builder.sh
+++ b/build/android/buildbot/bb_try_builder.sh
@@ -15,5 +15,6 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
# You will also need to change buildbot_try_tester.sh
bb_baseline_setup "$BB_SRC_ROOT" "$@"
+bb_check_webview_licenses
bb_compile
bb_zip_build