Index: tools/run_perf.py |
diff --git a/tools/run_perf.py b/tools/run_perf.py |
index 4a01988c2509c8206c196f774c97f93f55944a63..db4245f499fc07c3a32f435a78ec08d5f06f58a3 100755 |
--- a/tools/run_perf.py |
+++ b/tools/run_perf.py |
@@ -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)) |