v23proxy: Perform JIRI_ROOT replacement

Strangely, my environment was set up such that ${JIRI_ROOT} remained
in the env var, but it did not for bprosnitz@. Changing this allows
the new mojo profile 4 to work.

Change-Id: I02f2ec0eebfe7218bb39b300624bed359477321b
1 file changed
tree: f2ce5cbd5de88ee64a2919735c1dbda340345364
  1. dart-examples/
  2. go/
  3. lib/
  4. mojom/
  5. .gitignore
  6. AUTHORS
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. Makefile
  11. mojoconfig
  12. PATENTS
  13. pubspec.yaml
  14. README.md
  15. VERSION
README.md

Mojo + v23 RPCs

This repository implements the proposal outlined here that enables communication between Mojo applications on different devices.

Quick start

  • For desktop: make build
  • For android: ANDROID=1 make build

The commands above build the .mojo shared library that can be run by mojo shells. For example:

  • make start-v23proxy
  • HOME=/tmp make ARGS="{see Makefile}" start-echo-client

You can also run these with Android devices. Use an ANDROID={N} prefix to run on the Nth Android device connected to your machine. N must be a positive integer.

Note: To run these examples, the devices used must run mojo_shell on the same local network.