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

Unified Diff: scripts/slave/recipes/art.expected/aosp_x86_build_failure.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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_x86_build_failure.json
diff --git a/scripts/slave/recipes/art.expected/aosp_x86_build_failure.json b/scripts/slave/recipes/art.expected/aosp_x86_build_failure.json
index e26bdbf5409fbaa3f02c95115845126f210bef2b..82217853a4da0c5352cfb2986f0d160c77b1ab3e 100644
--- a/scripts/slave/recipes/art.expected/aosp_x86_build_failure.json
+++ b/scripts/slave/recipes/art.expected/aosp_x86_build_failure.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",

Powered by Google App Engine
This is Rietveld 408576698