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

Commit 49fd1bb0 authored by Kousik Kumar's avatar Kousik Kumar Committed by Automerger Merge Worker
Browse files

Merge "Remove unnecessary RBE sourcing in envsetup.sh" am: 8bd19a41 am: 49433fef am: 3a42b842

Original change: https://android-review.googlesource.com/c/platform/build/+/1877136

Change-Id: Id796a7ec948d71b808b9b32301bb054448422273
parents 16b4beb6 3a42b842
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