Loading remoteexec/remoteexec.go +1 −1 Original line number Original line Diff line number Diff line Loading @@ -30,7 +30,7 @@ const ( // DefaultImage is the default container image used for Android remote execution. The // DefaultImage is the default container image used for Android remote execution. The // image was built with the Dockerfile at // image was built with the Dockerfile at // https://android.googlesource.com/platform/prebuilts/remoteexecution-client/+/refs/heads/master/docker/Dockerfile // https://android.googlesource.com/platform/prebuilts/remoteexecution-client/+/refs/heads/master/docker/Dockerfile DefaultImage = "docker://gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-image@sha256:582efb38f0c229ea39952fff9e132ccbe183e14869b39888010dacf56b360d62" DefaultImage = "docker://gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-image@sha256:953fed4a6b2501256a0d17f055dc17884ff71b024e50ade773e0b348a6c303e6" // DefaultWrapperPath is the default path to the remote execution wrapper. // DefaultWrapperPath is the default path to the remote execution wrapper. DefaultWrapperPath = "prebuilts/remoteexecution-client/live/rewrapper" DefaultWrapperPath = "prebuilts/remoteexecution-client/live/rewrapper" Loading Loading
remoteexec/remoteexec.go +1 −1 Original line number Original line Diff line number Diff line Loading @@ -30,7 +30,7 @@ const ( // DefaultImage is the default container image used for Android remote execution. The // DefaultImage is the default container image used for Android remote execution. The // image was built with the Dockerfile at // image was built with the Dockerfile at // https://android.googlesource.com/platform/prebuilts/remoteexecution-client/+/refs/heads/master/docker/Dockerfile // https://android.googlesource.com/platform/prebuilts/remoteexecution-client/+/refs/heads/master/docker/Dockerfile DefaultImage = "docker://gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-image@sha256:582efb38f0c229ea39952fff9e132ccbe183e14869b39888010dacf56b360d62" DefaultImage = "docker://gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-image@sha256:953fed4a6b2501256a0d17f055dc17884ff71b024e50ade773e0b348a6c303e6" // DefaultWrapperPath is the default path to the remote execution wrapper. // DefaultWrapperPath is the default path to the remote execution wrapper. DefaultWrapperPath = "prebuilts/remoteexecution-client/live/rewrapper" DefaultWrapperPath = "prebuilts/remoteexecution-client/live/rewrapper" Loading