Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcef34af authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Skip RBE warning message" am: 4e0be0b4 am: 9959796e am: 4bfc9a33

parents f564f8bb 4bfc9a33
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1881,11 +1881,6 @@ function _wrap_build()
        color_reset=""
    fi

    if [[ "x${USE_RBE}" == "x" && $mins -gt 15 && "${ANDROID_BUILD_ENVIRONMENT_CONFIG}" == "googler" ]]; then
        echo
        echo "${color_warning}Start using RBE (http://go/build-fast) to get faster builds!${color_reset}"
    fi

    echo
    if [ $ret -eq 0 ] ; then
        echo -n "${color_success}#### build completed successfully "