1commands: {
2 copy_before: {
3  from: "external/google-smali/scripts/smali"
4  to: "tools/out/bin/android-smali"
5  executable: true
6 }
7 copy_before: {
8  from: "out/soong/.intermediates/external/google-smali/smali/android-smali/linux_glibc_common/withres/android-smali.jar"
9  to: "tools/out/framework/android-smali.jar"
10  executable: false
11 }
12 copy_before: {
13  from: "prebuilts/r8/d8"
14  to: "tools/out/bin/d8"
15  executable: true
16 }
17 copy_before: {
18  from: "out/soong/.intermediates/prebuilts/r8/d8/linux_glibc_common/combined/d8.jar"
19  to: "tools/out/framework/d8.jar"
20  executable: false
21 }
22 copy_before: {
23  from: "dalvik/dx/etc/jasmin"
24  to: "tools/out/bin/jasmin"
25  executable: true
26 }
27 copy_before: {
28  from: "out/soong/.intermediates/dalvik/dx/jasmin-jar/linux_glibc_common/local-combined/jasmin-jar.jar"
29  to: "tools/out/framework/jasmin.jar"
30  executable: false
31 }
32 copy_before: {
33  from: "prebuilts/remoteexecution-client/live/rewrapper"
34  to: "tools/out/rewrapper/prebuilts/remoteexecution-client/live/rewrapper"
35  executable: false
36 }
37 copy_before: {
38  from: "out/host/linux-x86/bin/go/soong_zip/linux_glibc_x86_64/obj/soong_zip"
39  to: "tools/out/bin/soong_zip"
40  executable: false
41 }
42 copy_before: {
43  from: "out/soong/.intermediates/build/make/tools/zipalign/zipalign/linux_glibc_x86_64/zipalign"
44  to: "tools/out/bin/zipalign"
45  executable: false
46 }
47 copy_before: {
48  from: "out/soong/.intermediates/prebuilts/clang/host/linux-x86/libc++/linux_glibc_x86_64_shared/libc++.so"
49  to: "tools/out/lib64/libc++.so"
50  executable: false
51 }
52 copy_before: {
53  from: "art/test/021-string2/Android.bp"
54  to: "art/test/021-string2/Android.bp"
55 }
56 copy_before: {
57  from: "art/test/021-string2/expected-stderr.txt"
58  to: "art/test/021-string2/expected-stderr.txt"
59 }
60 copy_before: {
61  from: "art/test/021-string2/expected-stdout.txt"
62  to: "art/test/021-string2/expected-stdout.txt"
63 }
64 copy_before: {
65  from: "art/test/021-string2/info.txt"
66  to: "art/test/021-string2/info.txt"
67 }
68 copy_before: {
69  from: "art/test/021-string2/src/Main.java"
70  to: "art/test/021-string2/src/Main.java"
71 }
72 copy_before: {
73  from: "art/test/021-string2/src/junit/framework/Assert.java"
74  to: "art/test/021-string2/src/junit/framework/Assert.java"
75 }
76 copy_before: {
77  from: "art/test/021-string2/src/junit/framework/AssertionFailedError.java"
78  to: "art/test/021-string2/src/junit/framework/AssertionFailedError.java"
79 }
80 copy_before: {
81  from: "art/test/021-string2/src/junit/framework/ComparisonCompactor.java"
82  to: "art/test/021-string2/src/junit/framework/ComparisonCompactor.java"
83 }
84 copy_before: {
85  from: "art/test/021-string2/src/junit/framework/ComparisonFailure.java"
86  to: "art/test/021-string2/src/junit/framework/ComparisonFailure.java"
87 }
88 copy_before: {
89  from: "art/test/121-modifiers/expected-stderr.txt"
90  to: "art/test/121-modifiers/expected-stderr.txt"
91 }
92 copy_before: {
93  from: "art/test/121-modifiers/expected-stdout.txt"
94  to: "art/test/121-modifiers/expected-stdout.txt"
95 }
96 copy_before: {
97  from: "art/test/121-modifiers/info.txt"
98  to: "art/test/121-modifiers/info.txt"
99 }
100 copy_before: {
101  from: "art/test/121-modifiers/smali/A$B.smali"
102  to: "art/test/121-modifiers/smali/A$B.smali"
103 }
104 copy_before: {
105  from: "art/test/121-modifiers/smali/A$C.smali"
106  to: "art/test/121-modifiers/smali/A$C.smali"
107 }
108 copy_before: {
109  from: "art/test/121-modifiers/smali/A.smali"
110  to: "art/test/121-modifiers/smali/A.smali"
111 }
112 copy_before: {
113  from: "art/test/121-modifiers/smali/Inf.smali"
114  to: "art/test/121-modifiers/smali/Inf.smali"
115 }
116 copy_before: {
117  from: "art/test/121-modifiers/smali/NonInf.smali"
118  to: "art/test/121-modifiers/smali/NonInf.smali"
119 }
120 copy_before: {
121  from: "art/test/121-modifiers/src-java/A.java"
122  to: "art/test/121-modifiers/src-java/A.java"
123 }
124 copy_before: {
125  from: "art/test/121-modifiers/src-java/Asm.java"
126  to: "art/test/121-modifiers/src-java/Asm.java"
127 }
128 copy_before: {
129  from: "art/test/121-modifiers/src-java/Inf.java"
130  to: "art/test/121-modifiers/src-java/Inf.java"
131 }
132 copy_before: {
133  from: "art/test/121-modifiers/src-java/NonInf.java"
134  to: "art/test/121-modifiers/src-java/NonInf.java"
135 }
136 copy_before: {
137  from: "art/test/121-modifiers/src2/Main.java"
138  to: "art/test/121-modifiers/src2/Main.java"
139 }
140 copy_before: {
141  from: "art/test/121-simple-suspend-check/Android.bp"
142  to: "art/test/121-simple-suspend-check/Android.bp"
143 }
144 copy_before: {
145  from: "art/test/121-simple-suspend-check/expected-stderr.txt"
146  to: "art/test/121-simple-suspend-check/expected-stderr.txt"
147 }
148 copy_before: {
149  from: "art/test/121-simple-suspend-check/expected-stdout.txt"
150  to: "art/test/121-simple-suspend-check/expected-stdout.txt"
151 }
152 copy_before: {
153  from: "art/test/121-simple-suspend-check/info.txt"
154  to: "art/test/121-simple-suspend-check/info.txt"
155 }
156 copy_before: {
157  from: "art/test/121-simple-suspend-check/src/Main.java"
158  to: "art/test/121-simple-suspend-check/src/Main.java"
159 }
160 copy_before: {
161  from: "art/test/1921-suspend-native-recursive-monitor/Android.bp"
162  to: "art/test/1921-suspend-native-recursive-monitor/Android.bp"
163 }
164 copy_before: {
165  from: "art/test/1921-suspend-native-recursive-monitor/expected-stderr.txt"
166  to: "art/test/1921-suspend-native-recursive-monitor/expected-stderr.txt"
167 }
168 copy_before: {
169  from: "art/test/1921-suspend-native-recursive-monitor/expected-stdout.txt"
170  to: "art/test/1921-suspend-native-recursive-monitor/expected-stdout.txt"
171 }
172 copy_before: {
173  from: "art/test/1921-suspend-native-recursive-monitor/info.txt"
174  to: "art/test/1921-suspend-native-recursive-monitor/info.txt"
175 }
176 copy_before: {
177  from: "art/test/1921-suspend-native-recursive-monitor/native_suspend_recursive_monitor.cc"
178  to: "art/test/1921-suspend-native-recursive-monitor/native_suspend_recursive_monitor.cc"
179 }
180 copy_before: {
181  from: "art/test/1921-suspend-native-recursive-monitor/run.py"
182  to: "art/test/1921-suspend-native-recursive-monitor/run.py"
183 }
184 copy_before: {
185  from: "art/test/1921-suspend-native-recursive-monitor/src/Main.java"
186  to: "art/test/1921-suspend-native-recursive-monitor/src/Main.java"
187 }
188 copy_before: {
189  from: "art/test/1921-suspend-native-recursive-monitor/src/art/Suspension.java"
190  to: "art/test/1921-suspend-native-recursive-monitor/src/art/Suspension.java"
191 }
192 copy_before: {
193  from: "art/test/1921-suspend-native-recursive-monitor/src/art/Test1921.java"
194  to: "art/test/1921-suspend-native-recursive-monitor/src/art/Test1921.java"
195 }
196 copy_before: {
197  from: "art/test/1953-pop-frame/src/art/SuspendEvents.java"
198  to: "art/test/1953-pop-frame/src/art/SuspendEvents.java"
199 }
200 copy_before: {
201  from: "art/test/1953-pop-frame/src/art/Test1953.java"
202  to: "art/test/1953-pop-frame/src/art/Test1953.java"
203 }
204 copy_before: {
205  from: "art/test/2021-InvokeStatic-Inlining/Android.bp"
206  to: "art/test/2021-InvokeStatic-Inlining/Android.bp"
207 }
208 copy_before: {
209  from: "art/test/2021-InvokeStatic-Inlining/expected-stderr.txt"
210  to: "art/test/2021-InvokeStatic-Inlining/expected-stderr.txt"
211 }
212 copy_before: {
213  from: "art/test/2021-InvokeStatic-Inlining/expected-stdout.txt"
214  to: "art/test/2021-InvokeStatic-Inlining/expected-stdout.txt"
215 }
216 copy_before: {
217  from: "art/test/2021-InvokeStatic-Inlining/info.txt"
218  to: "art/test/2021-InvokeStatic-Inlining/info.txt"
219 }
220 copy_before: {
221  from: "art/test/2021-InvokeStatic-Inlining/src/Main.java"
222  to: "art/test/2021-InvokeStatic-Inlining/src/Main.java"
223 }
224 copy_before: {
225  from: "art/test/421-exceptions/Android.bp"
226  to: "art/test/421-exceptions/Android.bp"
227 }
228 copy_before: {
229  from: "art/test/421-exceptions/expected-stderr.txt"
230  to: "art/test/421-exceptions/expected-stderr.txt"
231 }
232 copy_before: {
233  from: "art/test/421-exceptions/expected-stdout.txt"
234  to: "art/test/421-exceptions/expected-stdout.txt"
235 }
236 copy_before: {
237  from: "art/test/421-exceptions/info.txt"
238  to: "art/test/421-exceptions/info.txt"
239 }
240 copy_before: {
241  from: "art/test/421-exceptions/src/Main.java"
242  to: "art/test/421-exceptions/src/Main.java"
243 }
244 copy_before: {
245  from: "art/test/421-large-frame/Android.bp"
246  to: "art/test/421-large-frame/Android.bp"
247 }
248 copy_before: {
249  from: "art/test/421-large-frame/expected-stderr.txt"
250  to: "art/test/421-large-frame/expected-stderr.txt"
251 }
252 copy_before: {
253  from: "art/test/421-large-frame/expected-stdout.txt"
254  to: "art/test/421-large-frame/expected-stdout.txt"
255 }
256 copy_before: {
257  from: "art/test/421-large-frame/info.txt"
258  to: "art/test/421-large-frame/info.txt"
259 }
260 copy_before: {
261  from: "art/test/421-large-frame/src/Main.java"
262  to: "art/test/421-large-frame/src/Main.java"
263 }
264 copy_before: {
265  from: "art/test/521-checker-array-set-null/Android.bp"
266  to: "art/test/521-checker-array-set-null/Android.bp"
267 }
268 copy_before: {
269  from: "art/test/521-checker-array-set-null/expected-stderr.txt"
270  to: "art/test/521-checker-array-set-null/expected-stderr.txt"
271 }
272 copy_before: {
273  from: "art/test/521-checker-array-set-null/expected-stdout.txt"
274  to: "art/test/521-checker-array-set-null/expected-stdout.txt"
275 }
276 copy_before: {
277  from: "art/test/521-checker-array-set-null/info.txt"
278  to: "art/test/521-checker-array-set-null/info.txt"
279 }
280 copy_before: {
281  from: "art/test/521-checker-array-set-null/src/Main.java"
282  to: "art/test/521-checker-array-set-null/src/Main.java"
283 }
284 copy_before: {
285  from: "art/test/521-regression-integer-field-set/Android.bp"
286  to: "art/test/521-regression-integer-field-set/Android.bp"
287 }
288 copy_before: {
289  from: "art/test/521-regression-integer-field-set/expected-stderr.txt"
290  to: "art/test/521-regression-integer-field-set/expected-stderr.txt"
291 }
292 copy_before: {
293  from: "art/test/521-regression-integer-field-set/expected-stdout.txt"
294  to: "art/test/521-regression-integer-field-set/expected-stdout.txt"
295 }
296 copy_before: {
297  from: "art/test/521-regression-integer-field-set/info.txt"
298  to: "art/test/521-regression-integer-field-set/info.txt"
299 }
300 copy_before: {
301  from: "art/test/521-regression-integer-field-set/src/Main.java"
302  to: "art/test/521-regression-integer-field-set/src/Main.java"
303 }
304 copy_before: {
305  from: "art/test/721-osr/Android.bp"
306  to: "art/test/721-osr/Android.bp"
307 }
308 copy_before: {
309  from: "art/test/721-osr/expected-stderr.txt"
310  to: "art/test/721-osr/expected-stderr.txt"
311 }
312 copy_before: {
313  from: "art/test/721-osr/expected-stdout.txt"
314  to: "art/test/721-osr/expected-stdout.txt"
315 }
316 copy_before: {
317  from: "art/test/721-osr/info.txt"
318  to: "art/test/721-osr/info.txt"
319 }
320 copy_before: {
321  from: "art/test/721-osr/src/Main.java"
322  to: "art/test/721-osr/src/Main.java"
323 }
324 copy_before: {
325  from: "art/test/821-madvise-willneed/Android.bp"
326  to: "art/test/821-madvise-willneed/Android.bp"
327 }
328 copy_before: {
329  from: "art/test/821-madvise-willneed/expected-stderr.txt"
330  to: "art/test/821-madvise-willneed/expected-stderr.txt"
331 }
332 copy_before: {
333  from: "art/test/821-madvise-willneed/expected-stdout.txt"
334  to: "art/test/821-madvise-willneed/expected-stdout.txt"
335 }
336 copy_before: {
337  from: "art/test/821-madvise-willneed/info.txt"
338  to: "art/test/821-madvise-willneed/info.txt"
339 }
340 copy_before: {
341  from: "art/test/821-madvise-willneed/run.py"
342  to: "art/test/821-madvise-willneed/run.py"
343 }
344 copy_before: {
345  from: "art/test/821-madvise-willneed/src/Main.java"
346  to: "art/test/821-madvise-willneed/src/Main.java"
347 }
348 copy_before: {
349  from: "art/test/821-many-args/Android.bp"
350  to: "art/test/821-many-args/Android.bp"
351 }
352 copy_before: {
353  from: "art/test/821-many-args/expected-stderr.txt"
354  to: "art/test/821-many-args/expected-stderr.txt"
355 }
356 copy_before: {
357  from: "art/test/821-many-args/expected-stdout.txt"
358  to: "art/test/821-many-args/expected-stdout.txt"
359 }
360 copy_before: {
361  from: "art/test/821-many-args/info.txt"
362  to: "art/test/821-many-args/info.txt"
363 }
364 copy_before: {
365  from: "art/test/821-many-args/src/Main.java"
366  to: "art/test/821-many-args/src/Main.java"
367 }
368 copy_before: {
369  from: "art/test/921-hello-failure/Android.bp"
370  to: "art/test/921-hello-failure/Android.bp"
371 }
372 copy_before: {
373  from: "art/test/921-hello-failure/expected-stderr.txt"
374  to: "art/test/921-hello-failure/expected-stderr.txt"
375 }
376 copy_before: {
377  from: "art/test/921-hello-failure/expected-stdout.jvm.txt"
378  to: "art/test/921-hello-failure/expected-stdout.jvm.txt"
379 }
380 copy_before: {
381  from: "art/test/921-hello-failure/expected-stdout.txt"
382  to: "art/test/921-hello-failure/expected-stdout.txt"
383 }
384 copy_before: {
385  from: "art/test/921-hello-failure/info.txt"
386  to: "art/test/921-hello-failure/info.txt"
387 }
388 copy_before: {
389  from: "art/test/921-hello-failure/run.py"
390  to: "art/test/921-hello-failure/run.py"
391 }
392 copy_before: {
393  from: "art/test/921-hello-failure/src/CommonClassDefinition.java"
394  to: "art/test/921-hello-failure/src/CommonClassDefinition.java"
395 }
396 copy_before: {
397  from: "art/test/921-hello-failure/src/DifferentAccess.java"
398  to: "art/test/921-hello-failure/src/DifferentAccess.java"
399 }
400 copy_before: {
401  from: "art/test/921-hello-failure/src/FieldChange.java"
402  to: "art/test/921-hello-failure/src/FieldChange.java"
403 }
404 copy_before: {
405  from: "art/test/921-hello-failure/src/Iface1.java"
406  to: "art/test/921-hello-failure/src/Iface1.java"
407 }
408 copy_before: {
409  from: "art/test/921-hello-failure/src/Iface2.java"
410  to: "art/test/921-hello-failure/src/Iface2.java"
411 }
412 copy_before: {
413  from: "art/test/921-hello-failure/src/Iface3.java"
414  to: "art/test/921-hello-failure/src/Iface3.java"
415 }
416 copy_before: {
417  from: "art/test/921-hello-failure/src/Iface4.java"
418  to: "art/test/921-hello-failure/src/Iface4.java"
419 }
420 copy_before: {
421  from: "art/test/921-hello-failure/src/Main.java"
422  to: "art/test/921-hello-failure/src/Main.java"
423 }
424 copy_before: {
425  from: "art/test/921-hello-failure/src/MethodChange.java"
426  to: "art/test/921-hello-failure/src/MethodChange.java"
427 }
428 copy_before: {
429  from: "art/test/921-hello-failure/src/MissingField.java"
430  to: "art/test/921-hello-failure/src/MissingField.java"
431 }
432 copy_before: {
433  from: "art/test/921-hello-failure/src/MissingInterface.java"
434  to: "art/test/921-hello-failure/src/MissingInterface.java"
435 }
436 copy_before: {
437  from: "art/test/921-hello-failure/src/MissingMethod.java"
438  to: "art/test/921-hello-failure/src/MissingMethod.java"
439 }
440 copy_before: {
441  from: "art/test/921-hello-failure/src/MultiRedef.java"
442  to: "art/test/921-hello-failure/src/MultiRedef.java"
443 }
444 copy_before: {
445  from: "art/test/921-hello-failure/src/MultiRetrans.java"
446  to: "art/test/921-hello-failure/src/MultiRetrans.java"
447 }
448 copy_before: {
449  from: "art/test/921-hello-failure/src/NewField.java"
450  to: "art/test/921-hello-failure/src/NewField.java"
451 }
452 copy_before: {
453  from: "art/test/921-hello-failure/src/NewInterface.java"
454  to: "art/test/921-hello-failure/src/NewInterface.java"
455 }
456 copy_before: {
457  from: "art/test/921-hello-failure/src/NewMethod.java"
458  to: "art/test/921-hello-failure/src/NewMethod.java"
459 }
460 copy_before: {
461  from: "art/test/921-hello-failure/src/NewName.java"
462  to: "art/test/921-hello-failure/src/NewName.java"
463 }
464 copy_before: {
465  from: "art/test/921-hello-failure/src/ReorderInterface.java"
466  to: "art/test/921-hello-failure/src/ReorderInterface.java"
467 }
468 copy_before: {
469  from: "art/test/921-hello-failure/src/Transform.java"
470  to: "art/test/921-hello-failure/src/Transform.java"
471 }
472 copy_before: {
473  from: "art/test/921-hello-failure/src/Transform2.java"
474  to: "art/test/921-hello-failure/src/Transform2.java"
475 }
476 copy_before: {
477  from: "art/test/921-hello-failure/src/Transform3.java"
478  to: "art/test/921-hello-failure/src/Transform3.java"
479 }
480 copy_before: {
481  from: "art/test/921-hello-failure/src/Transform4.java"
482  to: "art/test/921-hello-failure/src/Transform4.java"
483 }
484 copy_before: {
485  from: "art/test/921-hello-failure/src/Transform5.java"
486  to: "art/test/921-hello-failure/src/Transform5.java"
487 }
488 copy_before: {
489  from: "art/test/921-hello-failure/src/Undefault.java"
490  to: "art/test/921-hello-failure/src/Undefault.java"
491 }
492 copy_before: {
493  from: "art/test/921-hello-failure/src/Unmodifiable.java"
494  to: "art/test/921-hello-failure/src/Unmodifiable.java"
495 }
496 copy_before: {
497  from: "art/test/921-hello-failure/src/Verification.java"
498  to: "art/test/921-hello-failure/src/Verification.java"
499 }
500 copy_before: {
501  from: "art/test/921-hello-failure/src/art/Redefinition.java"
502  to: "art/test/921-hello-failure/src/art/Redefinition.java"
503 }
504 copy_before: {
505  from: "art/test/988-method-trace/expected-stderr.txt"
506  to: "art/test/988-method-trace/expected-stderr.txt"
507 }
508 copy_before: {
509  from: "art/test/988-method-trace/expected-stdout.txt"
510  to: "art/test/988-method-trace/expected-stdout.txt"
511 }
512 copy_before: {
513  from: "art/test/988-method-trace/src/art/Test988.java"
514  to: "art/test/988-method-trace/src/art/Test988.java"
515 }
516 copy_before: {
517  from: "art/test/988-method-trace/src/art/Test988Intrinsics.java"
518  to: "art/test/988-method-trace/src/art/Test988Intrinsics.java"
519 }
520 copy_before: {
521  from: "art/test/988-method-trace/trace_fib.cc"
522  to: "art/test/988-method-trace/trace_fib.cc"
523 }
524 copy_before: {
525  from: "art/test/default_run.py"
526  to: "art/test/default_run.py"
527 }
528 copy_before: {
529  from: "art/test/globals.py"
530  to: "art/test/globals.py"
531 }
532 copy_before: {
533  from: "art/test/jvmti-common/Breakpoint.java"
534  to: "art/test/jvmti-common/Breakpoint.java"
535 }
536 copy_before: {
537  from: "art/test/jvmti-common/Exceptions.java"
538  to: "art/test/jvmti-common/Exceptions.java"
539 }
540 copy_before: {
541  from: "art/test/jvmti-common/FramePop.java"
542  to: "art/test/jvmti-common/FramePop.java"
543 }
544 copy_before: {
545  from: "art/test/jvmti-common/Locals.java"
546  to: "art/test/jvmti-common/Locals.java"
547 }
548 copy_before: {
549  from: "art/test/jvmti-common/Main.java"
550  to: "art/test/jvmti-common/Main.java"
551 }
552 copy_before: {
553  from: "art/test/jvmti-common/Monitors.java"
554  to: "art/test/jvmti-common/Monitors.java"
555 }
556 copy_before: {
557  from: "art/test/jvmti-common/NonStandardExit.java"
558  to: "art/test/jvmti-common/NonStandardExit.java"
559 }
560 copy_before: {
561  from: "art/test/jvmti-common/Redefinition.java"
562  to: "art/test/jvmti-common/Redefinition.java"
563 }
564 copy_before: {
565  from: "art/test/jvmti-common/StackTrace.java"
566  to: "art/test/jvmti-common/StackTrace.java"
567 }
568 copy_before: {
569  from: "art/test/jvmti-common/SuspendEvents.java"
570  to: "art/test/jvmti-common/SuspendEvents.java"
571 }
572 copy_before: {
573  from: "art/test/jvmti-common/Suspension.java"
574  to: "art/test/jvmti-common/Suspension.java"
575 }
576 copy_before: {
577  from: "art/test/jvmti-common/Threads.java"
578  to: "art/test/jvmti-common/Threads.java"
579 }
580 copy_before: {
581  from: "art/test/jvmti-common/Trace.java"
582  to: "art/test/jvmti-common/Trace.java"
583 }
584 copy_before: {
585  from: "art/test/knownfailures.json"
586  to: "art/test/knownfailures.json"
587 }
588 copy_before: {
589  from: "art/test/run-test"
590  to: "art/test/run-test"
591 }
592 copy_before: {
593  from: "art/test/run_test_build.py"
594  to: "art/test/run_test_build.py"
595 }
596 copy_before: {
597  from: "art/test/testrunner/device_config.py"
598  to: "art/test/testrunner/device_config.py"
599 }
600 copy_before: {
601  from: "art/test/testrunner/env.py"
602  to: "art/test/testrunner/env.py"
603 }
604 copy_before: {
605  from: "art/test/testrunner/run_build_test_target.py"
606  to: "art/test/testrunner/run_build_test_target.py"
607 }
608 copy_before: {
609  from: "art/test/testrunner/target_config.py"
610  to: "art/test/testrunner/target_config.py"
611 }
612 copy_before: {
613  from: "art/test/testrunner/testrunner.py"
614  to: "art/test/testrunner/testrunner.py"
615 }
616 copy_before: {
617  from: "art/test/utils/python/generate_java_main.py"
618  to: "art/test/utils/python/generate_java_main.py"
619 }
620 copy_before: {
621  from: "art/test/utils/python/generate_java_varhandle_perf.py"
622  to: "art/test/utils/python/generate_java_varhandle_perf.py"
623 }
624 copy_before: {
625  from: "art/test/utils/python/testgen/mixins.py"
626  to: "art/test/utils/python/testgen/mixins.py"
627 }
628 copy_before: {
629  from: "art/test/utils/python/testgen/utils.py"
630  to: "art/test/utils/python/testgen/utils.py"
631 }
632 copy_before: {
633  from: "development/docs/SDK_RELEASE_NOTES"
634  to: "development/docs/SDK_RELEASE_NOTES"
635 }
636 copy_before: {
637  from: "development/docs/copyright-templates/asm.txt"
638  to: "development/docs/copyright-templates/asm.txt"
639 }
640 copy_before: {
641  from: "development/docs/copyright-templates/bash.txt"
642  to: "development/docs/copyright-templates/bash.txt"
643 }
644 copy_before: {
645  from: "development/docs/copyright-templates/bsd/c.txt"
646  to: "development/docs/copyright-templates/bsd/c.txt"
647 }
648 copy_before: {
649  from: "development/docs/copyright-templates/c.txt"
650  to: "development/docs/copyright-templates/c.txt"
651 }
652 copy_before: {
653  from: "development/docs/copyright-templates/java.txt"
654  to: "development/docs/copyright-templates/java.txt"
655 }
656 copy_before: {
657  from: "development/docs/copyright-templates/make.txt"
658  to: "development/docs/copyright-templates/make.txt"
659 }
660 copy_before: {
661  from: "development/docs/copyright-templates/plain.txt"
662  to: "development/docs/copyright-templates/plain.txt"
663 }
664 copy_before: {
665  from: "development/docs/copyright-templates/sh.txt"
666  to: "development/docs/copyright-templates/sh.txt"
667 }
668 copy_before: {
669  from: "development/docs/copyright-templates/xml.txt"
670  to: "development/docs/copyright-templates/xml.txt"
671 }
672 copy_before: {
673  from: "libcore/ojluni/src/main/java/java/util/AbstractCollection.java"
674  to: "libcore/ojluni/src/main/java/java/util/AbstractCollection.java"
675 }
676 copy_before: {
677  from: "out/soong/.intermediates/art/build/apex/art-run-test-bootclasspath/android_common/withres/art-run-test-bootclasspath.jar"
678  to: "out/soong/.intermediates/art/build/apex/art-run-test-bootclasspath/android_common/withres/art-run-test-bootclasspath.jar"
679 }
680 copy_before: {
681  from: "prebuilts/misc/common/asm/asm-9.6.jar"
682  to: "prebuilts/misc/common/asm/asm-9.6.jar"
683 }
684 chdir: true
685 command: "art/test/run_test_build.py --out __SBOX_SANDBOX_DIR__/out/art-run-test-jvm-data-shard21.zip --bootclasspath __SBOX_SANDBOX_DIR__/out/soong/.intermediates/art/build/apex/art-run-test-bootclasspath/android_common/withres/art-run-test-bootclasspath.jar --d8 __SBOX_SANDBOX_DIR__/tools/out/bin/d8 --jasmin __SBOX_SANDBOX_DIR__/tools/out/bin/jasmin --rewrapper __SBOX_SANDBOX_DIR__/tools/out/rewrapper/prebuilts/remoteexecution-client/live/rewrapper --smali __SBOX_SANDBOX_DIR__/tools/out/bin/android-smali --soong_zip __SBOX_SANDBOX_DIR__/tools/out/bin/soong_zip --zipalign __SBOX_SANDBOX_DIR__/tools/out/bin/zipalign --mode jvm --test-dir-regex 'art/test/..?21-' art/test/jvmti-common/Breakpoint.java art/test/jvmti-common/Exceptions.java art/test/jvmti-common/FramePop.java art/test/jvmti-common/Locals.java art/test/jvmti-common/Main.java art/test/jvmti-common/Monitors.java art/test/jvmti-common/NonStandardExit.java art/test/jvmti-common/Redefinition.java art/test/jvmti-common/StackTrace.java art/test/jvmti-common/SuspendEvents.java art/test/jvmti-common/Suspension.java art/test/jvmti-common/Threads.java art/test/jvmti-common/Trace.java art/test/utils/python/generate_java_main.py art/test/utils/python/generate_java_varhandle_perf.py art/test/utils/python/testgen/mixins.py art/test/utils/python/testgen/utils.py __SBOX_SANDBOX_DIR__/out/soong/.intermediates/art/build/apex/art-run-test-bootclasspath/android_common/withres/art-run-test-bootclasspath.jar development/docs/SDK_RELEASE_NOTES development/docs/copyright-templates/asm.txt development/docs/copyright-templates/bash.txt development/docs/copyright-templates/c.txt development/docs/copyright-templates/java.txt development/docs/copyright-templates/make.txt development/docs/copyright-templates/plain.txt development/docs/copyright-templates/sh.txt development/docs/copyright-templates/xml.txt development/docs/copyright-templates/bsd/c.txt prebuilts/misc/common/asm/asm-9.6.jar libcore/ojluni/src/main/java/java/util/AbstractCollection.java art/test/988-method-trace/expected-stdout.txt art/test/988-method-trace/expected-stderr.txt art/test/988-method-trace/src/art/Test988Intrinsics.java art/test/988-method-trace/src/art/Test988.java art/test/988-method-trace/trace_fib.cc art/test/1953-pop-frame/src/art/Test1953.java art/test/1953-pop-frame/src/art/SuspendEvents.java art/test/testrunner/device_config.py art/test/testrunner/env.py art/test/testrunner/run_build_test_target.py art/test/testrunner/target_config.py art/test/testrunner/testrunner.py art/test/knownfailures.json art/test/default_run.py art/test/globals.py art/test/run-test art/test/run_test_build.py art/test/021-string2/Android.bp art/test/021-string2/expected-stderr.txt art/test/021-string2/expected-stdout.txt art/test/021-string2/info.txt art/test/021-string2/src/Main.java art/test/021-string2/src/junit/framework/Assert.java art/test/021-string2/src/junit/framework/AssertionFailedError.java art/test/021-string2/src/junit/framework/ComparisonCompactor.java art/test/021-string2/src/junit/framework/ComparisonFailure.java art/test/121-modifiers/expected-stderr.txt art/test/121-modifiers/expected-stdout.txt art/test/121-modifiers/info.txt 'art/test/121-modifiers/smali/A$B.smali' 'art/test/121-modifiers/smali/A$C.smali' art/test/121-modifiers/smali/A.smali art/test/121-modifiers/smali/Inf.smali art/test/121-modifiers/smali/NonInf.smali art/test/121-modifiers/src-java/A.java art/test/121-modifiers/src-java/Asm.java art/test/121-modifiers/src-java/Inf.java art/test/121-modifiers/src-java/NonInf.java art/test/121-modifiers/src2/Main.java art/test/121-simple-suspend-check/Android.bp art/test/121-simple-suspend-check/expected-stderr.txt art/test/121-simple-suspend-check/expected-stdout.txt art/test/121-simple-suspend-check/info.txt art/test/121-simple-suspend-check/src/Main.java art/test/421-exceptions/Android.bp art/test/421-exceptions/expected-stderr.txt art/test/421-exceptions/expected-stdout.txt art/test/421-exceptions/info.txt art/test/421-exceptions/src/Main.java art/test/421-large-frame/Android.bp art/test/421-large-frame/expected-stderr.txt art/test/421-large-frame/expected-stdout.txt art/test/421-large-frame/info.txt art/test/421-large-frame/src/Main.java art/test/521-checker-array-set-null/Android.bp art/test/521-checker-array-set-null/expected-stderr.txt art/test/521-checker-array-set-null/expected-stdout.txt art/test/521-checker-array-set-null/info.txt art/test/521-checker-array-set-null/src/Main.java art/test/521-regression-integer-field-set/Android.bp art/test/521-regression-integer-field-set/expected-stderr.txt art/test/521-regression-integer-field-set/expected-stdout.txt art/test/521-regression-integer-field-set/info.txt art/test/521-regression-integer-field-set/src/Main.java art/test/721-osr/Android.bp art/test/721-osr/expected-stderr.txt art/test/721-osr/expected-stdout.txt art/test/721-osr/info.txt art/test/721-osr/src/Main.java art/test/821-madvise-willneed/Android.bp art/test/821-madvise-willneed/expected-stderr.txt art/test/821-madvise-willneed/expected-stdout.txt art/test/821-madvise-willneed/info.txt art/test/821-madvise-willneed/run.py art/test/821-madvise-willneed/src/Main.java art/test/821-many-args/Android.bp art/test/821-many-args/expected-stderr.txt art/test/821-many-args/expected-stdout.txt art/test/821-many-args/info.txt art/test/821-many-args/src/Main.java art/test/921-hello-failure/Android.bp art/test/921-hello-failure/expected-stderr.txt art/test/921-hello-failure/expected-stdout.jvm.txt art/test/921-hello-failure/expected-stdout.txt art/test/921-hello-failure/info.txt art/test/921-hello-failure/run.py art/test/921-hello-failure/src/CommonClassDefinition.java art/test/921-hello-failure/src/DifferentAccess.java art/test/921-hello-failure/src/FieldChange.java art/test/921-hello-failure/src/Iface1.java art/test/921-hello-failure/src/Iface2.java art/test/921-hello-failure/src/Iface3.java art/test/921-hello-failure/src/Iface4.java art/test/921-hello-failure/src/Main.java art/test/921-hello-failure/src/MethodChange.java art/test/921-hello-failure/src/MissingField.java art/test/921-hello-failure/src/MissingInterface.java art/test/921-hello-failure/src/MissingMethod.java art/test/921-hello-failure/src/MultiRedef.java art/test/921-hello-failure/src/MultiRetrans.java art/test/921-hello-failure/src/NewField.java art/test/921-hello-failure/src/NewInterface.java art/test/921-hello-failure/src/NewMethod.java art/test/921-hello-failure/src/NewName.java art/test/921-hello-failure/src/ReorderInterface.java art/test/921-hello-failure/src/Transform.java art/test/921-hello-failure/src/Transform2.java art/test/921-hello-failure/src/Transform3.java art/test/921-hello-failure/src/Transform4.java art/test/921-hello-failure/src/Transform5.java art/test/921-hello-failure/src/Undefault.java art/test/921-hello-failure/src/Unmodifiable.java art/test/921-hello-failure/src/Verification.java art/test/921-hello-failure/src/art/Redefinition.java art/test/1921-suspend-native-recursive-monitor/Android.bp art/test/1921-suspend-native-recursive-monitor/expected-stderr.txt art/test/1921-suspend-native-recursive-monitor/expected-stdout.txt art/test/1921-suspend-native-recursive-monitor/info.txt art/test/1921-suspend-native-recursive-monitor/native_suspend_recursive_monitor.cc art/test/1921-suspend-native-recursive-monitor/run.py art/test/1921-suspend-native-recursive-monitor/src/Main.java art/test/1921-suspend-native-recursive-monitor/src/art/Suspension.java art/test/1921-suspend-native-recursive-monitor/src/art/Test1921.java art/test/2021-InvokeStatic-Inlining/Android.bp art/test/2021-InvokeStatic-Inlining/expected-stderr.txt art/test/2021-InvokeStatic-Inlining/expected-stdout.txt art/test/2021-InvokeStatic-Inlining/info.txt art/test/2021-InvokeStatic-Inlining/src/Main.java"
686 copy_after: {
687  from: "out/art-run-test-jvm-data-shard21.zip"
688  to: "out/soong/.intermediates/art/test/art-run-test-jvm-data-shard21-tmp/android_common/gen/art-run-test-jvm-data-shard21.zip"
689 }
690 input_hash: "8f37b8fa013555ebb311e5ffd70e9be3a32dd4bbe0c71ebc1382266cb460d242"
691 env: {
692  name: "PATH"
693  inherit: true
694 }
695 env: {
696  name: "JAVA_HOME"
697  inherit: true
698 }
699 env: {
700  name: "TMPDIR"
701  inherit: true
702 }
703 env: {
704  name: "RBE_log_dir"
705  inherit: true
706 }
707 env: {
708  name: "RBE_platform"
709  inherit: true
710 }
711 env: {
712  name: "RBE_server_address"
713  inherit: true
714 }
715 env: {
716  name: "RBE_exec_root"
717  inherit: true
718 }
719 env: {
720  name: "OUT_DIR"
721  value: "out"
722 }
723 dont_inherit_env: true
724}
725
726