| Index: mojo/devtools/common/remote_adb_setup
|
| diff --git a/mojo/devtools/common/remote_adb_setup b/mojo/devtools/common/remote_adb_setup
|
| index d275ff61c91310dca02ce135578d28a931c18e3c..df3176d372e521d243fb4c11cc01f85c986a829d 100755
|
| --- a/mojo/devtools/common/remote_adb_setup
|
| +++ b/mojo/devtools/common/remote_adb_setup
|
| @@ -44,8 +44,10 @@ adb start-server
|
| # and from the local host to the remote host:
|
| # 9998: http server for Sky
|
| # 31840: http server for the local mojo: origin
|
| +# 31839: http server for https://core.mojoapps.io
|
| ssh -C \
|
| -R 5037:127.0.0.1:5037 \
|
| -L 9998:127.0.0.1:9998 \
|
| + -L 31839:127.0.0.1:31839 \
|
| -L 31840:127.0.0.1:31840 \
|
| "$remote_host"
|
|
|