diff options
author | sadrul <sadrul@chromium.org> | 2015-06-24 19:40:57 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-25 02:41:31 +0000 |
commit | 423ab87a3fbd084141526841b7520b00798bf8ea (patch) | |
tree | 9d3c6dee97fcec83369f37f822c27976bb9399af /mojo | |
parent | 14dadeedcab7275d1bf5b2138d3c4a24215869ad (diff) | |
download | chromium_src-423ab87a3fbd084141526841b7520b00798bf8ea.zip chromium_src-423ab87a3fbd084141526841b7520b00798bf8ea.tar.gz chromium_src-423ab87a3fbd084141526841b7520b00798bf8ea.tar.bz2 |
mandoline: Fix running mandoline with --gdb.
The so file moved. Update the location for the link.
BUG=none
Review URL: https://codereview.chromium.org/1204113002
Cr-Commit-Position: refs/heads/master@{#336080}
Diffstat (limited to 'mojo')
-rw-r--r-- | mojo/tools/mopy/android.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/tools/mopy/android.py b/mojo/tools/mopy/android.py index fc2f84f..9117090 100644 --- a/mojo/tools/mopy/android.py +++ b/mojo/tools/mopy/android.py @@ -334,7 +334,7 @@ def _CreateSOLinks(dest_dir, build_dir): # to the output directory). # TODO(sky): come up with some way to automate this. files_to_link = { - 'html_viewer.mojo': ['libhtml_viewer', 'html_viewer_library.so'], + 'html_viewer.mojo': ['libhtml_viewer_library.so'], 'libmandoline_runner.so': ['mandoline_runner'], } for android_name, so_path in files_to_link.iteritems(): |