Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: scripts/slave/recipes/art.expected/aosp-builder__ON__client.art__noclobber.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ccbf5cd26ca0de589eaf0e6b3705935bc56a4b6a..389b0458e38ba1f46e149ced7e0246c651208af9 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,22 +1,20 @@
[
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"init",
"-u",
"https://android.googlesource.com/platform/manifest",
"-b",
"master"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo init"
},
{
"cmd": [
- "[DEPOT_TOOLS]/repo",
+ "[ROOT]/b/depot_tools/repo",
"sync"
],
- "cwd": "[SLAVE_BUILD]",
"name": "repo sync"
},
{
@@ -25,7 +23,6 @@
"-j8",
"out/host/linux-x86/bin/dex2oats"
],
- "cwd": "[SLAVE_BUILD]",
"env": {
"ART_BUILD_HOST_STATIC": "true",
"ART_USE_OPTIMIZING_COMPILER": "true",

Powered by Google App Engine
This is Rietveld 408576698