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

Commit 8bd19a41 authored by Kousik Kumar's avatar Kousik Kumar Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary RBE sourcing in envsetup.sh"

parents 3fcc5251 bd9b9b02
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1883,16 +1883,6 @@ function showcommands() {
    fi
}

# Source necessary setup scripts needed to run the build with Remote Execution.
function source_rbe() {
    local T=$(gettop)

    if [[ "x$USE_RBE" != "x" && "$USE_RBE" != "false" ]]; then
        . $T/build/make/rbesetup.sh --skip-envsetup
    fi
}

validate_current_shell
source_vendorsetup
source_rbe
addcompletions