aboutsummaryrefslogtreecommitdiff
path: root/go/android/go_volantis_exec
blob: 86cb2cfb4e0ab931843d14a736c4538cb7960e9c (plain)
1
2
3
4
5
6
7
8
#!/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 "$@"