Index: scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__clobber.json |
diff --git a/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__clobber.json b/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__clobber.json |
index b8b3b58f1023c3c605fe79d0d03c7695f4a7a51b..defc61513c6ce146491cfdb1d282170eea22e9c6 100644 |
--- a/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__clobber.json |
+++ b/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__clobber.json |
@@ -1,20 +1,22 @@ |
[ |
{ |
"cmd": [ |
- "[ROOT]/b/depot_tools/repo", |
+ "[DEPOT_TOOLS]/repo", |
"init", |
"-u", |
"https://android.googlesource.com/platform/manifest", |
"-b", |
"master" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "repo init" |
}, |
{ |
"cmd": [ |
- "[ROOT]/b/depot_tools/repo", |
+ "[DEPOT_TOOLS]/repo", |
"sync" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "repo sync" |
}, |
{ |
@@ -22,8 +24,9 @@ |
"python", |
"-u", |
"\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
- "[CWD]/out" |
+ "[SLAVE_BUILD]/out" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "rmtree clobber", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@python.inline@@@@", |
@@ -42,6 +45,7 @@ |
"-j8", |
"out/host/linux-x86/bin/dex2oats" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"ART_BUILD_HOST_STATIC": "true", |
"ART_USE_OPTIMIZING_COMPILER": "true", |