aboutsummaryrefslogtreecommitdiff
path: root/go/android/go_shamu_exec
blob: 2c16902659618daeffbb487eed9689c1372f6359 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Copy and remotely execute a binary on the shamu device.
#
# For this to work, the corresponding adb_shamu wrapper
# must exist to tell adb the serial number of the device.

GOOS="android" GOARCH="arm" exec go_target_exec shamu "$@"