unplugged-vendor/external/toolchain-utils/go/android/adb_marlin

9 lines
277 B
Plaintext
Raw Normal View History

#!/bin/bash
# This wrapper runs adb with the serial number of the marlin 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 "$@"