@@ -145,8 +145,6 @@ for command; do
145145 --exclude out/ReleaseIA32/dart-sdk/bin/model \
146146 --exclude pkg/front_end/testcases \
147147 -- \
148- third_party/d8/linux/ia32/natives_blob.bin \
149- third_party/d8/linux/ia32/snapshot_blob.bin \
150148 out/ReleaseIA32/dart2js_platform.dill \
151149 out/ReleaseIA32/vm_outline_strong.dill \
152150 out/ReleaseIA32/vm_platform_strong.dill \
@@ -158,7 +156,7 @@ for command; do
158156 out/ReleaseIA32/gen_snapshot \
159157 out/ReleaseIA32/gen_kernel_bytecode.dill \
160158 out/ReleaseIA32/run_vm_tests \
161- third_party/d8/linux/ia32/d8 \
159+ third_party/d8/linux/ia32 \
162160 sdk \
163161 samples-dev/swarm \
164162 third_party/pkg \
303301 --exclude out/ReleaseX64/dart-sdk/bin/model \
304302 --exclude pkg/front_end/testcases \
305303 -- \
306- third_party/d8/linux/x64/natives_blob.bin \
307- third_party/d8/linux/x64/snapshot_blob.bin \
308304 out/ReleaseX64/dart2js_platform.dill \
309305 out/ReleaseX64/vm_outline_strong.dill \
310306 out/ReleaseX64/vm_platform_strong.dill \
314310 out/ReleaseX64/gen_snapshot \
315311 out/ReleaseX64/gen_kernel_bytecode.dill \
316312 out/ReleaseX64/run_vm_tests \
317- third_party/d8/linux/x64/d8 \
313+ third_party/d8/linux/x64 \
318314 out/ReleaseX64/dart_precompiled_runtime \
319315 sdk \
320316 samples-dev/swarm \
0 commit comments