Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: scripts/slave/recipes/android_webview_aosp.expected/trybot.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "src@HEAD" 28 "src@HEAD"
29 ], 29 ],
30 "cwd": "[SLAVE_BUILD]",
30 "name": "bot_update", 31 "name": "bot_update",
31 "~followup_annotations": [ 32 "~followup_annotations": [
32 "@@@STEP_LOG_LINE@json.output@{@@@", 33 "@@@STEP_LOG_LINE@json.output@{@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
35 "@@@STEP_LOG_LINE@json.output@}@@@", 36 "@@@STEP_LOG_LINE@json.output@}@@@",
36 "@@@STEP_LOG_END@json.output@@@" 37 "@@@STEP_LOG_END@json.output@@@"
37 ] 38 ]
38 }, 39 },
39 { 40 {
40 "cmd": [ 41 "cmd": [
41 "python", 42 "python",
42 "-u", 43 "-u",
43 "[DEPOT_TOOLS]/gclient.py", 44 "[DEPOT_TOOLS]/gclient.py",
44 "config", 45 "config",
45 "--spec", 46 "--spec",
46 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" 47 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']"
47 ], 48 ],
49 "cwd": "[SLAVE_BUILD]",
48 "name": "gclient setup" 50 "name": "gclient setup"
49 }, 51 },
50 { 52 {
51 "cmd": [ 53 "cmd": [
52 "python", 54 "python",
53 "-u", 55 "-u",
54 "[BUILD]/scripts/slave/gclient_safe_revert.py", 56 "[BUILD]/scripts/slave/gclient_safe_revert.py",
55 ".", 57 ".",
56 "[DEPOT_TOOLS]/gclient" 58 "[DEPOT_TOOLS]/gclient"
57 ], 59 ],
60 "cwd": "[SLAVE_BUILD]",
58 "name": "gclient revert" 61 "name": "gclient revert"
59 }, 62 },
60 { 63 {
61 "cmd": [ 64 "cmd": [
62 "python", 65 "python",
63 "-u", 66 "-u",
64 "[DEPOT_TOOLS]/gclient.py", 67 "[DEPOT_TOOLS]/gclient.py",
65 "sync", 68 "sync",
66 "--nohooks", 69 "--nohooks",
67 "--force", 70 "--force",
68 "--verbose", 71 "--verbose",
69 "--delete_unversioned_trees", 72 "--delete_unversioned_trees",
70 "--revision", 73 "--revision",
71 "src@HEAD", 74 "src@HEAD",
72 "--output-json", 75 "--output-json",
73 "/path/to/tmp/json" 76 "/path/to/tmp/json"
74 ], 77 ],
78 "cwd": "[SLAVE_BUILD]",
75 "name": "gclient sync", 79 "name": "gclient sync",
76 "~followup_annotations": [ 80 "~followup_annotations": [
77 "@@@STEP_LOG_LINE@json.output@{@@@", 81 "@@@STEP_LOG_LINE@json.output@{@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 84 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
81 "@@@STEP_LOG_LINE@json.output@ }, @@@", 85 "@@@STEP_LOG_LINE@json.output@ }, @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", 86 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@",
84 "@@@STEP_LOG_LINE@json.output@ }, @@@", 88 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 20 matching lines...) Expand all
105 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" 109 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@"
106 ] 110 ]
107 }, 111 },
108 { 112 {
109 "cmd": [ 113 "cmd": [
110 "python", 114 "python",
111 "-u", 115 "-u",
112 "[DEPOT_TOOLS]/gclient.py", 116 "[DEPOT_TOOLS]/gclient.py",
113 "runhooks" 117 "runhooks"
114 ], 118 ],
119 "cwd": "[SLAVE_BUILD]",
115 "env": { 120 "env": {
116 "GYP_CHROMIUM_NO_ACTION": "1" 121 "GYP_CHROMIUM_NO_ACTION": "1"
117 }, 122 },
118 "name": "gclient runhooks" 123 "name": "gclient runhooks"
119 }, 124 },
120 { 125 {
121 "cmd": [ 126 "cmd": [
122 "[SLAVE_BUILD]/src/build/util/lastchange.py", 127 "[SLAVE_BUILD]/src/build/util/lastchange.py",
123 "-o", 128 "-o",
124 "[SLAVE_BUILD]/src/build/util/LASTCHANGE", 129 "[SLAVE_BUILD]/src/build/util/LASTCHANGE",
125 "-s", 130 "-s",
126 "[SLAVE_BUILD]/src" 131 "[SLAVE_BUILD]/src"
127 ], 132 ],
133 "cwd": "[SLAVE_BUILD]",
128 "name": "Chromium LASTCHANGE" 134 "name": "Chromium LASTCHANGE"
129 }, 135 },
130 { 136 {
131 "cmd": [ 137 "cmd": [
132 "[SLAVE_BUILD]/src/build/util/lastchange.py", 138 "[SLAVE_BUILD]/src/build/util/lastchange.py",
133 "-o", 139 "-o",
134 "[SLAVE_BUILD]/src/build/util/LASTCHANGE.blink", 140 "[SLAVE_BUILD]/src/build/util/LASTCHANGE.blink",
135 "-s", 141 "-s",
136 "[SLAVE_BUILD]/src/third_party/WebKit" 142 "[SLAVE_BUILD]/src/third_party/WebKit"
137 ], 143 ],
144 "cwd": "[SLAVE_BUILD]",
138 "name": "Blink LASTCHANGE" 145 "name": "Blink LASTCHANGE"
139 }, 146 },
140 { 147 {
141 "cmd": [ 148 "cmd": [
142 "python", 149 "python",
143 "-u", 150 "-u",
144 "[DEPOT_TOOLS]/apply_issue.py", 151 "[DEPOT_TOOLS]/apply_issue.py",
145 "-r", 152 "-r",
146 "[SLAVE_BUILD]/src", 153 "[SLAVE_BUILD]/src",
147 "-i", 154 "-i",
148 "12853011", 155 "12853011",
149 "-p", 156 "-p",
150 "1", 157 "1",
151 "-s", 158 "-s",
152 "https://codereview.chromium.org", 159 "https://codereview.chromium.org",
153 "--no-auth" 160 "--no-auth"
154 ], 161 ],
162 "cwd": "[SLAVE_BUILD]",
155 "name": "apply_issue", 163 "name": "apply_issue",
156 "~followup_annotations": [ 164 "~followup_annotations": [
157 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853 011@@@" 165 "@@@STEP_LINK@Applied issue 12853011@https://codereview.chromium.org/12853 011@@@"
158 ] 166 ]
159 }, 167 },
160 { 168 {
161 "cmd": [ 169 "cmd": [
162 "python", 170 "python",
163 "-u", 171 "-u",
164 "\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", 172 "\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",
165 "[SLAVE_BUILD]/android-src", 173 "[SLAVE_BUILD]/android-src",
166 "511" 174 "511"
167 ], 175 ],
176 "cwd": "[SLAVE_BUILD]",
168 "name": "makedirs android source root", 177 "name": "makedirs android source root",
169 "~followup_annotations": [ 178 "~followup_annotations": [
170 "@@@STEP_LOG_LINE@python.inline@@@@", 179 "@@@STEP_LOG_LINE@python.inline@@@@",
171 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 180 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
172 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 181 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
173 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 182 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
174 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 183 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
175 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 184 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
176 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 185 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
177 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 186 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 29 matching lines...) Expand all
207 { 216 {
208 "cmd": [ 217 "cmd": [
209 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py", 218 "[SLAVE_BUILD]/src/android_webview/buildbot/deps_whitelist.py",
210 "--method", 219 "--method",
211 "android_rsync_build", 220 "android_rsync_build",
212 "--path-to-deps", 221 "--path-to-deps",
213 "[SLAVE_BUILD]/src/DEPS", 222 "[SLAVE_BUILD]/src/DEPS",
214 "--output-json", 223 "--output-json",
215 "/path/to/tmp/json" 224 "/path/to/tmp/json"
216 ], 225 ],
226 "cwd": "[SLAVE_BUILD]",
217 "name": "calculate blacklist", 227 "name": "calculate blacklist",
218 "~followup_annotations": [ 228 "~followup_annotations": [
219 "@@@STEP_LOG_LINE@json.output@{@@@", 229 "@@@STEP_LOG_LINE@json.output@{@@@",
220 "@@@STEP_LOG_LINE@json.output@ \"blacklist\": [@@@", 230 "@@@STEP_LOG_LINE@json.output@ \"blacklist\": [@@@",
221 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/1\", @@@", 231 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/1\", @@@",
222 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/2\"@@@", 232 "@@@STEP_LOG_LINE@json.output@ \"blacklist/project/2\"@@@",
223 "@@@STEP_LOG_LINE@json.output@ ]@@@", 233 "@@@STEP_LOG_LINE@json.output@ ]@@@",
224 "@@@STEP_LOG_LINE@json.output@}@@@", 234 "@@@STEP_LOG_LINE@json.output@}@@@",
225 "@@@STEP_LOG_END@json.output@@@" 235 "@@@STEP_LOG_END@json.output@@@"
226 ] 236 ]
227 }, 237 },
228 { 238 {
229 "cmd": [ 239 "cmd": [
230 "rsync", 240 "rsync",
231 "-rav", 241 "-rav",
232 "--delete", 242 "--delete",
233 "--delete-excluded", 243 "--delete-excluded",
234 "--exclude=.svn", 244 "--exclude=.svn",
235 "--exclude=.git", 245 "--exclude=.git",
236 "--exclude=blacklist/project/1", 246 "--exclude=blacklist/project/1",
237 "--exclude=blacklist/project/2", 247 "--exclude=blacklist/project/2",
238 "[SLAVE_BUILD]/src/", 248 "[SLAVE_BUILD]/src/",
239 "[SLAVE_BUILD]/android-src/external/chromium_org" 249 "[SLAVE_BUILD]/android-src/external/chromium_org"
240 ], 250 ],
251 "cwd": "[SLAVE_BUILD]",
241 "name": "rsync chromium_org" 252 "name": "rsync chromium_org"
242 }, 253 },
243 { 254 {
244 "cmd": [ 255 "cmd": [
245 "[BUILD]/scripts/slave/android/with_lunch", 256 "[BUILD]/scripts/slave/android/with_lunch",
246 "[SLAVE_BUILD]/android-src", 257 "[SLAVE_BUILD]/android-src",
247 "full-eng", 258 "full-eng",
248 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/gyp _webview", 259 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/gyp _webview",
249 "all" 260 "all"
250 ], 261 ],
251 "cwd": "[SLAVE_BUILD]/android-src/external/chromium_org", 262 "cwd": "[SLAVE_BUILD]/android-src/external/chromium_org",
252 "name": "gyp_webview" 263 "name": "gyp_webview"
253 }, 264 },
254 { 265 {
255 "cmd": [ 266 "cmd": [
256 "python", 267 "python",
257 "-u", 268 "-u",
258 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/web view_licenses.py", 269 "[SLAVE_BUILD]/android-src/external/chromium_org/android_webview/tools/web view_licenses.py",
259 "all_incompatible_directories" 270 "all_incompatible_directories"
260 ], 271 ],
272 "cwd": "[SLAVE_BUILD]",
261 "name": "incompatible directories" 273 "name": "incompatible directories"
262 }, 274 },
263 { 275 {
264 "cmd": [ 276 "cmd": [
265 "git", 277 "git",
266 "diff", 278 "diff",
267 "--cached", 279 "--cached",
268 "--name-only" 280 "--name-only"
269 ], 281 ],
270 "cwd": "[SLAVE_BUILD]/src", 282 "cwd": "[SLAVE_BUILD]/src",
271 "name": "git diff to analyze patch", 283 "name": "git diff to analyze patch",
272 "stdout": "/path/to/tmp/", 284 "stdout": "/path/to/tmp/",
273 "~followup_annotations": [ 285 "~followup_annotations": [
274 "@@@STEP_LOG_LINE@files@foo.cc@@@", 286 "@@@STEP_LOG_LINE@files@foo.cc@@@",
275 "@@@STEP_LOG_END@files@@@" 287 "@@@STEP_LOG_END@files@@@"
276 ] 288 ]
277 }, 289 },
278 { 290 {
279 "cmd": [ 291 "cmd": [
280 "python", 292 "python",
281 "-u", 293 "-u",
282 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 294 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
283 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json", 295 "[SLAVE_BUILD]/src/testing/buildbot/trybot_analyze_config.json",
284 "/path/to/tmp/json" 296 "/path/to/tmp/json"
285 ], 297 ],
298 "cwd": "[SLAVE_BUILD]",
286 "name": "read filter exclusion spec", 299 "name": "read filter exclusion spec",
287 "~followup_annotations": [ 300 "~followup_annotations": [
288 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 301 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
289 "@@@STEP_LOG_LINE@json.output@{@@@", 302 "@@@STEP_LOG_LINE@json.output@{@@@",
290 "@@@STEP_LOG_LINE@json.output@ \"android_webview\": {@@@", 303 "@@@STEP_LOG_LINE@json.output@ \"android_webview\": {@@@",
291 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", 304 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
292 "@@@STEP_LOG_LINE@json.output@ \"android_webview/.*\"@@@", 305 "@@@STEP_LOG_LINE@json.output@ \"android_webview/.*\"@@@",
293 "@@@STEP_LOG_LINE@json.output@ ]@@@", 306 "@@@STEP_LOG_LINE@json.output@ ]@@@",
294 "@@@STEP_LOG_LINE@json.output@ }, @@@", 307 "@@@STEP_LOG_LINE@json.output@ }, @@@",
295 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 308 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
296 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 309 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
297 "@@@STEP_LOG_LINE@json.output@ }@@@", 310 "@@@STEP_LOG_LINE@json.output@ }@@@",
298 "@@@STEP_LOG_LINE@json.output@}@@@", 311 "@@@STEP_LOG_LINE@json.output@}@@@",
299 "@@@STEP_LOG_END@json.output@@@" 312 "@@@STEP_LOG_END@json.output@@@"
300 ] 313 ]
301 }, 314 },
302 { 315 {
303 "cmd": [ 316 "cmd": [
304 "python", 317 "python",
305 "-u", 318 "-u",
306 "[SLAVE_BUILD]/src/build/gyp_chromium", 319 "[SLAVE_BUILD]/src/build/gyp_chromium",
307 "--analyzer", 320 "--analyzer",
308 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_apk\"]}", 321 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_apk\"]}",
309 "/path/to/tmp/json" 322 "/path/to/tmp/json"
310 ], 323 ],
324 "cwd": "[SLAVE_BUILD]",
311 "env": { 325 "env": {
312 "GYP_CROSSCOMPILE": "1", 326 "GYP_CROSSCOMPILE": "1",
313 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc h=arm" 327 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc h=arm"
314 }, 328 },
315 "name": "analyze", 329 "name": "analyze",
316 "~followup_annotations": [ 330 "~followup_annotations": [
317 "@@@STEP_LOG_LINE@json.output@{@@@", 331 "@@@STEP_LOG_LINE@json.output@{@@@",
318 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 332 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
319 "@@@STEP_LOG_LINE@json.output@ \"some_target\"@@@", 333 "@@@STEP_LOG_LINE@json.output@ \"some_target\"@@@",
320 "@@@STEP_LOG_LINE@json.output@ ], @@@", 334 "@@@STEP_LOG_LINE@json.output@ ], @@@",
(...skipping 17 matching lines...) Expand all
338 "--src-dir", 352 "--src-dir",
339 "[SLAVE_BUILD]/android-src", 353 "[SLAVE_BUILD]/android-src",
340 "--build-tool", 354 "--build-tool",
341 "make-android", 355 "make-android",
342 "--verbose" 356 "--verbose"
343 ], 357 ],
344 "cwd": "[SLAVE_BUILD]", 358 "cwd": "[SLAVE_BUILD]",
345 "name": "compile" 359 "name": "compile"
346 } 360 }
347 ] 361 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698