blob: 86cb2cfb4e0ab931843d14a736c4538cb7960e9c [file] [log] [blame]
#!/bin/bash
# Copy and remotely execute a binary on the volantis device.
#
# For this to work, the corresponding adb_volantis wrapper
# must exist to tell adb the serial number of the device.
GOOS="android" GOARCH="arm64" exec go_target_exec volantis "$@"