Index: scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__noclobber.json |
diff --git a/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__noclobber.json b/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__noclobber.json |
index 389b0458e38ba1f46e149ced7e0246c651208af9..ccbf5cd26ca0de589eaf0e6b3705935bc56a4b6a 100644 |
--- a/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__noclobber.json |
+++ b/scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__noclobber.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" |
}, |
{ |
@@ -23,6 +25,7 @@ |
"-j8", |
"out/host/linux-x86/bin/dex2oats" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"ART_BUILD_HOST_STATIC": "true", |
"ART_USE_OPTIMIZING_COMPILER": "true", |