Index: build/android/buildbot/buildbot_functions.sh |
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh |
index d9e8752d86c06214dae14c8573c5ad51a04de0d3..751372629252a34a63cd12913c47e88ed0dcd3a9 100755 |
--- a/build/android/buildbot/buildbot_functions.sh |
+++ b/build/android/buildbot/buildbot_functions.sh |
@@ -151,10 +151,10 @@ function bb_goma_ninja { |
# Compile step |
function bb_compile { |
- bb_compile_setup |
# This must be named 'compile', not 'Compile', for CQ interaction. |
# Talk to maruel for details. |
echo "@@@BUILD_STEP compile@@@" |
+ bb_compile_setup |
BUILDTOOL=$(bb_get_json_prop "$FACTORY_PROPERTIES" buildtool) |
if [[ $BUILDTOOL = ninja ]]; then |