提交 981e16d4 编写于 作者: A Adam Barth

Merge pull request #2066 from abarth/publish_flutter_mojo

Publish flutter.mojo along with sky_viewer.mojo
......@@ -22,10 +22,13 @@ copy("sky_shell") {
if (is_android) {
sources = [
"$root_build_dir/apks/SkyShell.apk",
"$root_build_dir/flutter.mojo",
"$root_build_dir/symbols/libflutter_library.so",
]
deps = [
"//sky/shell",
"//sky/shell/platform/mojo",
]
} else if (is_mac) {
sources = [
......@@ -37,12 +40,16 @@ copy("sky_shell") {
]
} else if(!is_ios) {
sources = [
"$root_build_dir/sky_shell",
"$root_build_dir/flutter.mojo",
"$root_build_dir/icudtl.dat",
"$root_build_dir/sky_shell",
"$root_build_dir/symbols/libflutter_library.so",
]
deps = [
"//sky/shell",
"//sky/shell/platform/mojo",
"//sky/shell/platform/mojo",
"//third_party/icu:icudata",
]
} else {
......
......@@ -48,6 +48,8 @@ GS_URL = 'gs://mojo/sky/%(category)s/%(config)s/%(commit_hash)s/%(name)s'
ARTIFACTS = {
'android-arm': [
Artifact('shell', 'SkyShell.apk'),
Artifact('shell', 'flutter.mojo'),
Artifact('shell', 'libflutter_library.so'),
Artifact('viewer', 'sky_viewer.mojo'),
Artifact('viewer', 'libsky_viewer_library.so'),
],
......@@ -55,6 +57,8 @@ ARTIFACTS = {
Artifact('shell', 'icudtl.dat'),
Artifact('shell', 'sky_shell'),
Artifact('shell', 'sky_snapshot'),
Artifact('shell', 'flutter.mojo'),
Artifact('shell', 'libflutter_library.so'),
Artifact('viewer', 'sky_viewer.mojo'),
Artifact('viewer', 'libsky_viewer_library.so'),
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册