OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
7 "[CUSTOM_/_B_WORK]", | 7 "[CUSTOM_/_B_WORK]", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 { | 164 { |
165 "cmd": [ | 165 "cmd": [ |
166 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", | 166 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", |
167 "most", | 167 "most", |
168 "-d", | 168 "-d", |
169 "arm_v7_neon", | 169 "arm_v7_neon", |
170 "--gcc" | 170 "--gcc" |
171 ], | 171 ], |
172 "cwd": "[CUSTOM_/_B_WORK]/skia", | 172 "cwd": "[CUSTOM_/_B_WORK]/skia", |
173 "env": { | 173 "env": { |
174 "ANDROID_HOME": "[SLAVE_BUILD]/android-sdk", | 174 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", |
175 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", | 175 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", |
176 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android-sdk", | 176 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", |
177 "BUILDTYPE": "Release", | 177 "BUILDTYPE": "Release", |
178 "CHROME_HEADLESS": "1", | 178 "CHROME_HEADLESS": "1", |
179 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", | 179 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", |
180 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 180 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
181 "PYTHONPATH": "[BUILD]/scripts", | 181 "PYTHONPATH": "[BUILD]/scripts", |
182 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 182 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
183 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid" | 183 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid" |
184 }, | 184 }, |
185 "name": "build most" | 185 "name": "build most" |
186 }, | 186 }, |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 220 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
221 "@@@STEP_LOG_END@python.inline@@@" | 221 "@@@STEP_LOG_END@python.inline@@@" |
222 ] | 222 ] |
223 }, | 223 }, |
224 { | 224 { |
225 "name": "$result", | 225 "name": "$result", |
226 "recipe_result": null, | 226 "recipe_result": null, |
227 "status_code": 0 | 227 "status_code": 0 |
228 } | 228 } |
229 ] | 229 ] |
OLD | NEW |