Merge "rbe: Remove stray /" am: 13bf168b68 am: 72392527eb am: 8792ac83ff

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

Change-Id: I3277f7dca7a67d7f03f9819c9aa8b8bae1361fe8
This commit is contained in:
Treehugger Robot
2020-07-02 00:13:25 +00:00
committed by Automerger Merge Worker

View File

@@ -4,7 +4,7 @@ source build/envsetup.sh
# for the build to be executed with RBE.
function use_rbe() {
local RBE_LOG_DIR="/tmp"
local RBE_BINARIES_DIR="prebuilts/remoteexecution-client/latest/"
local RBE_BINARIES_DIR="prebuilts/remoteexecution-client/latest"
local DOCKER_IMAGE="gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-image@sha256:582efb38f0c229ea39952fff9e132ccbe183e14869b39888010dacf56b360d62"
# Do not set an invocation-ID and let reproxy auto-generate one.