| Index: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json
|
| index 0e59b4ec0b75d487f11dbf0a6ce16570958ee9c8..c3d17b8e1040145ebf7f716a9716bd4eac3491f8 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN.json
|
| @@ -179,8 +179,26 @@
|
| "name": "generate_build_files"
|
| },
|
| {
|
| - "name": "$final_result",
|
| - "reason": "Misconfigured bot: no compile targets",
|
| - "status_code": 1
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "[BUILD]/scripts/slave/compile.py",
|
| + "--target",
|
| + "Release",
|
| + "--src-dir",
|
| + "[SLAVE_BUILD]/src",
|
| + "--build-tool",
|
| + "ninja",
|
| + "--compiler",
|
| + "goma",
|
| + "--goma-dir",
|
| + "[BUILD]/goma",
|
| + "--"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "env": {
|
| + "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[SLAVE_BUILD]/src/build/android:%(PATH)s"
|
| + },
|
| + "name": "compile"
|
| }
|
| ]
|
|
|