Commit c5a2e049 authored by machenbach's avatar machenbach Committed by Commit bot

[Ignition] Push startup data to Android devices for performance tests.

BUG=v8:4280
LOG=N
NOTRY=true
TBR=rmcilroy@chromium.org

Review URL: https://codereview.chromium.org/1661193003

Cr-Commit-Position: refs/heads/master@{#33725}
parent 5a0df034
......@@ -731,6 +731,12 @@ class AndroidPlatform(Platform): # pragma: no cover
target_dir,
skip_if_missing=True,
)
self._PushFile(
shell_dir,
"snapshot_blob_ignition.bin",
target_dir,
skip_if_missing=True,
)
def PreTests(self, node, path):
suite_dir = os.path.abspath(os.path.dirname(path))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment