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