| Index: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN__dbg_.json
|
| ===================================================================
|
| --- scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN__dbg_.json (revision 296915)
|
| +++ scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN__dbg_.json (working copy)
|
| @@ -182,19 +182,23 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "import sys; sys.exit(1)"
|
| + "[BUILD]/scripts/slave/compile.py",
|
| + "--target",
|
| + "Debug",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]/src",
|
| + "--build-tool",
|
| + "ninja",
|
| + "--compiler",
|
| + "goma",
|
| + "--goma-dir",
|
| + "[BUILD]/goma",
|
| + "--"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "compile",
|
| - "~followup_annotations": [
|
| - "step returned non-zero exit code: 1",
|
| - "@@@STEP_TEXT@Misconfigured bot: no compile targets@@@",
|
| - "@@@STEP_FAILURE@@@"
|
| - ]
|
| - },
|
| - {
|
| - "name": "$final_result",
|
| - "reason": "Step('compile') failed with return_code 1",
|
| - "status_code": 1
|
| + "env": {
|
| + "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
|
| + },
|
| + "name": "compile"
|
| }
|
| ]
|
|
|