blob: 4712eec2c28194b7c7656cc584bea70c7ae40048 [file] [log] [blame]
#!/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 "$@"