| Index: scripts/slave/recipes/android/android_builder.expected/component_builder.json
|
| diff --git a/scripts/slave/recipes/android/android_builder.expected/component_builder.json b/scripts/slave/recipes/android/android_builder.expected/component_builder.json
|
| index 01986d142ea53178bf244e946877af86a4006ae2..741347facb690f0361c79bb46433573f4889f6da 100644
|
| --- a/scripts/slave/recipes/android/android_builder.expected/component_builder.json
|
| +++ b/scripts/slave/recipes/android/android_builder.expected/component_builder.json
|
| @@ -47,7 +47,7 @@
|
| "--output-json",
|
| "/path/to/tmp/json"
|
| ],
|
| - "name": "Get AppManifestVars",
|
| + "name": "get app_manifest_vars",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"build_id\": 3333, @@@",
|
| @@ -66,11 +66,13 @@
|
| "[SLAVE_BUILD_ROOT]/src/build/android/envsetup.sh"
|
| ],
|
| "env": {
|
| - "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_landmines.py"
|
| + "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:"
|
| },
|
| "name": "envsetup",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@json.output@{@@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @@@",
|
| + "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\", @@@",
|
| "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@",
|
| "@@@STEP_LOG_LINE@json.output@}@@@",
|
| "@@@STEP_LOG_END@json.output@@@"
|
| @@ -107,7 +109,7 @@
|
| "src-internal",
|
| "src/repo"
|
| ],
|
| - "name": "Tree Truth Steps"
|
| + "name": "tree truth steps"
|
| },
|
| {
|
| "cmd": [
|
| @@ -117,7 +119,8 @@
|
| "runhooks"
|
| ],
|
| "env": {
|
| - "PATH": "./[BUILD_INTERNAL_ROOT]/scripts/slave/android:./"
|
| + "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_landmines.py",
|
| + "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./"
|
| },
|
| "name": "gclient runhooks"
|
| },
|
| @@ -140,7 +143,7 @@
|
| "All"
|
| ],
|
| "env": {
|
| - "PATH": "./[BUILD_INTERNAL_ROOT]/scripts/slave/android:./"
|
| + "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./"
|
| },
|
| "name": "compile"
|
| }
|
|
|