Skip to content

Commit

Permalink
Merge pull request flutter#954 from emembrives/upload_symbols
Browse files Browse the repository at this point in the history
Upload sky_viewer symbols to Google Storage.
  • Loading branch information
emembrives committed Sep 1, 2015
2 parents e5b39b3 + 83209d6 commit 0b96a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sky/dist/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ root_dist_dir = "$root_build_dir/dist"
copy("sky_viewer") {
sources = [
"$root_build_dir/sky_viewer.mojo",
"$root_build_dir/symbols/libsky_viewer_library.so",
]
outputs = [ "$root_dist_dir/viewer/{{source_file_part}}" ]

Expand Down
2 changes: 2 additions & 0 deletions sky/tools/big_red_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ def __init__(self, category, name):
'android-arm': [
Artifact('shell', 'SkyShell.apk'),
Artifact('viewer', 'sky_viewer.mojo'),
Artifact('viewer', 'libsky_viewer_library.so'),
],
'linux-x64': [
Artifact('shell', 'icudtl.dat'),
Artifact('shell', 'sky_shell'),
Artifact('shell', 'sky_snapshot'),
Artifact('viewer', 'sky_viewer.mojo'),
Artifact('viewer', 'libsky_viewer_library.so'),
]
}

Expand Down

0 comments on commit 0b96a64

Please sign in to comment.