aboutsummaryrefslogtreecommitdiff
path: root/go/android/adb_shamu
diff options
context:
space:
mode:
Diffstat (limited to 'go/android/adb_shamu')
-rwxr-xr-xgo/android/adb_shamu8
1 files changed, 8 insertions, 0 deletions
diff --git a/go/android/adb_shamu b/go/android/adb_shamu
new file mode 100755
index 00000000..1c53ecc1
--- /dev/null
+++ b/go/android/adb_shamu
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# This wrapper runs adb with the serial number of the shamu device.
+# Replace XXXXXXXX with the actual serial number of the device.
+# This is just an example. Create one such wrapper for each Android
+# device used for running Go tests.
+
+exec adb -s XXXXXXXX "$@"