aboutsummaryrefslogtreecommitdiff
path: root/go/android/go_shamu_exec
diff options
context:
space:
mode:
Diffstat (limited to 'go/android/go_shamu_exec')
-rwxr-xr-xgo/android/go_shamu_exec8
1 files changed, 0 insertions, 8 deletions
diff --git a/go/android/go_shamu_exec b/go/android/go_shamu_exec
deleted file mode 100755
index 2c169026..00000000
--- a/go/android/go_shamu_exec
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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 "$@"