aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_linux.h
diff options
context:
space:
mode:
authorKris Alder <kalder@google.com>2022-04-06 14:57:36 -0700
committerDmitry Vyukov <dvyukov@google.com>2022-04-07 09:12:27 +0200
commitc6ff3e051f85ae554460141ba2ece6dbe9a36bb9 (patch)
tree2aaddb9c1302302fcff47951021c6951b7e802e4 /executor/common_linux.h
parent53c67432e69b0df4ff64448b944cbffaecec20f4 (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 'executor/common_linux.h')
0 files changed, 0 insertions, 0 deletions