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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 { | 168 { |
169 "cmd": [ | 169 "cmd": [ |
170 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", | 170 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", |
171 "most", | 171 "most", |
172 "-d", | 172 "-d", |
173 "arm_v7_neon", | 173 "arm_v7_neon", |
174 "--clang" | 174 "--clang" |
175 ], | 175 ], |
176 "cwd": "[CUSTOM_/_B_WORK]/skia", | 176 "cwd": "[CUSTOM_/_B_WORK]/skia", |
177 "env": { | 177 "env": { |
178 "ANDROID_HOME": "[SLAVE_BUILD]/android-sdk", | 178 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", |
179 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", | 179 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", |
180 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android-sdk", | 180 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", |
181 "BUILDTYPE": "Debug", | 181 "BUILDTYPE": "Debug", |
182 "CC": "/usr/bin/clang", | 182 "CC": "/usr/bin/clang", |
183 "CHROME_HEADLESS": "1", | 183 "CHROME_HEADLESS": "1", |
184 "CXX": "/usr/bin/clang++", | 184 "CXX": "/usr/bin/clang++", |
185 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err
ors=0", | 185 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_warnings_as_err
ors=0", |
186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
187 "PYTHONPATH": "[BUILD]/scripts", | 187 "PYTHONPATH": "[BUILD]/scripts", |
188 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 188 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
189 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Debug-Android
" | 189 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-Arm7-Debug-Android
" |
190 }, | 190 }, |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 226 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
227 "@@@STEP_LOG_END@python.inline@@@" | 227 "@@@STEP_LOG_END@python.inline@@@" |
228 ] | 228 ] |
229 }, | 229 }, |
230 { | 230 { |
231 "name": "$result", | 231 "name": "$result", |
232 "recipe_result": null, | 232 "recipe_result": null, |
233 "status_code": 0 | 233 "status_code": 0 |
234 } | 234 } |
235 ] | 235 ] |
OLD | NEW |