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, 0 insertions, 8 deletions
diff --git a/go/android/go_volantis_exec b/go/android/go_volantis_exec
deleted file mode 100755
index 86cb2cfb..00000000
--- a/go/android/go_volantis_exec
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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 "$@"