Include sky_snapshot in the binary artifacts

We'll need sky_snapshot to produce skyx files and eventually APKs.
This commit is contained in:
Adam Barth 2015-08-20 15:42:43 -07:00
parent 1a6f69cc13
commit 9b51b5950b

View File

@ -55,6 +55,7 @@ ARTIFACTS = {
'linux-x64': [
Artifact('shell', 'icudtl.dat'),
Artifact('shell', 'sky_shell'),
Artifact('shell', 'sky_snapshot'),
Artifact('viewer', 'sky_viewer.mojo'),
]
}