Searched refs:DefaultImage (Results 1 – 2 of 2) sorted by relevance
/build/soong/remoteexec/ |
D | remoteexec_test.go | 35 ContainerImageKey: DefaultImage, 39 …output_files=$out --env_var_allowlist=LANG,LC_MESSAGES,PYTHONDONTWRITEBYTECODE -- ", DefaultImage), 51 ContainerImageKey: DefaultImage, 55 …in_inputs=clang++ --env_var_allowlist=LANG,LC_MESSAGES,PYTHONDONTWRITEBYTECODE -- ", DefaultImage), 73 ContainerImageKey: DefaultImage, 77 …-output_files=$out --env_var_allowlist=LANG,LC_MESSAGES,PYTHONDONTWRITEBYTECODE -- ", DefaultImage) 89 ContainerImageKey: DefaultImage, 93 …-output_files=$out --env_var_allowlist=LANG,LC_MESSAGES,PYTHONDONTWRITEBYTECODE -- ", DefaultImage)
|
D | remoteexec.go | 32 …DefaultImage = "docker://gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-image@sha256:… const 125 platform = append(platform, ContainerImageKey+"="+DefaultImage)
|