| commit | c67ad07e22f19990a43ad78f9c32b3bc072da267 | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Thu Jun 18 19:28:18 2015 +0200 |
| committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Thu Jun 18 19:28:18 2015 +0200 |
| tree | d905dc4943451e63a8cfb68731ee0cf22d3f5f74 | |
| parent | e4181c447df0f430f54556d367fefdb799f35ad5 [diff] |
Add `remote_adb_setup` for remote work with local device. This is based on Chromium's adb_remote_setup.sh modified by Tony at https://github.com/domokit/devtools/issues/5 . Fixes #18. R=tonyg@chromium.org Review URL: https://codereview.chromium.org/1179993006. Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: a19865b200b0db9b6f7b64346bc240117d1093c5
Unopinionated tools for running, debugging and testing Mojo apps.
The repo consists of:
As devtools carry no assumptions about build system or file layout being used, the primary way of using devtools now is to embed the functionality provided by devtoolslib in a thin wrapper script. For examples, one can refer to mojo's shell runner and apptest runner.
The set of executable scripts is WIP. We currently offer:
git clone https://github.com/domokit/devtools.git
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.