aboutsummaryrefslogtreecommitdiff
path: root/go/android/go_volantis_exec
diff options
context:
space:
mode:
Diffstat (limited to 'go/android/go_volantis_exec')
-rwxr-xr-xgo/android/go_volantis_exec8
1 files changed, 8 insertions, 0 deletions
diff --git a/go/android/go_volantis_exec b/go/android/go_volantis_exec
new file mode 100755
index 00000000..86cb2cfb
--- /dev/null
+++ b/go/android/go_volantis_exec
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# Copy and remotely execute a binary on the volantis device.
+#
+# For this to work, the corresponding adb_volantis wrapper
+# must exist to tell adb the serial number of the device.
+
+GOOS="android" GOARCH="arm64" exec go_target_exec volantis "$@"