Remove unnecessary RBE sourcing in envsetup.sh
We no longer need these since we switched to config files and I missed removing them. So removing them now Bug: b/202340353 Change-Id: Ibab8ab8d4a45e01d2c98632ccee2684ea600ff69
This commit is contained in:
parent
76a4c62f56
commit
bd9b9b0226
10
envsetup.sh
10
envsetup.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue