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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "--vulkan" | 171 "--vulkan" |
172 ], | 172 ], |
173 "cwd": "[CUSTOM_/_B_WORK]/skia", | 173 "cwd": "[CUSTOM_/_B_WORK]/skia", |
174 "env": { | 174 "env": { |
175 "ANDROID_HOME": "[SLAVE_BUILD]/android-sdk", | 175 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", |
176 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", | 176 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", |
177 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android-sdk", | 177 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", |
178 "BUILDTYPE": "Release", | 178 "BUILDTYPE": "Release", |
179 "CHROME_HEADLESS": "1", | 179 "CHROME_HEADLESS": "1", |
180 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", | 180 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", |
181 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 181 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
182 "PYTHONPATH": "[BUILD]/scripts", | 182 "PYTHONPATH": "[BUILD]/scripts", |
183 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 183 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
184 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid_Vulkan" | 184 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid_Vulkan" |
185 }, | 185 }, |
186 "name": "build most" | 186 "name": "build most" |
187 }, | 187 }, |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 221 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
222 "@@@STEP_LOG_END@python.inline@@@" | 222 "@@@STEP_LOG_END@python.inline@@@" |
223 ] | 223 ] |
224 }, | 224 }, |
225 { | 225 { |
226 "name": "$result", | 226 "name": "$result", |
227 "recipe_result": null, | 227 "recipe_result": null, |
228 "status_code": 0 | 228 "status_code": 0 |
229 } | 229 } |
230 ] | 230 ] |
OLD | NEW |