From 9b51b5950b4d568b4d2b532c711f64cd4e167b5b Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 20 Aug 2015 15:42:43 -0700 Subject: [PATCH] Include sky_snapshot in the binary artifacts We'll need sky_snapshot to produce skyx files and eventually APKs. --- engine/src/flutter/sky/tools/big_red_button.py | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/src/flutter/sky/tools/big_red_button.py b/engine/src/flutter/sky/tools/big_red_button.py index 0d072808bfe..286906705c3 100755 --- a/engine/src/flutter/sky/tools/big_red_button.py +++ b/engine/src/flutter/sky/tools/big_red_button.py @@ -55,6 +55,7 @@ ARTIFACTS = { 'linux-x64': [ Artifact('shell', 'icudtl.dat'), Artifact('shell', 'sky_shell'), + Artifact('shell', 'sky_snapshot'), Artifact('viewer', 'sky_viewer.mojo'), ] }