Merge "Remove unnecessary RBE sourcing in envsetup.sh" am: 8bd19a4143 am: 49433fefde am: 3a42b842ba

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

Change-Id: Id796a7ec948d71b808b9b32301bb054448422273
This commit is contained in:
Kousik Kumar 2021-11-09 20:50:38 +00:00 committed by Automerger Merge Worker
commit 49fd1bb0b3
1 changed files with 0 additions and 10 deletions

View File

@ -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