diff options
| author | Kris Alder <kalder@google.com> | 2022-04-06 14:57:36 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-04-07 09:12:27 +0200 |
| commit | c6ff3e051f85ae554460141ba2ece6dbe9a36bb9 (patch) | |
| tree | 2aaddb9c1302302fcff47951021c6951b7e802e4 /pkg | |
| parent | 53c67432e69b0df4ff64448b944cbffaecec20f4 (diff) | |
vm/cuttlefish: implement copy and run functions
To copy files onto the virutal device, we first copy them to the host
GCE instance using the 'gce.Copy()' function and then push it to the
device using 'adb push <src> <dst>'.
Running commands on the device is also simple and merely prepends "adb
shell" to the command run on the GCE instance. This results in an
overall command along the lines of "ssh adb shell <command>".
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions
