aboutsummaryrefslogtreecommitdiff
path: root/go/android/adb_volantis
diff options
context:
space:
mode:
Diffstat (limited to 'go/android/adb_volantis')
-rwxr-xr-xgo/android/adb_volantis8
1 files changed, 8 insertions, 0 deletions
diff --git a/go/android/adb_volantis b/go/android/adb_volantis
new file mode 100755
index 00000000..4712eec2
--- /dev/null
+++ b/go/android/adb_volantis
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# This wrapper runs adb with the serial number of the volantis device.
+# Replace YYYYYYYY 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 YYYYYYYY "$@"