aboutsummaryrefslogtreecommitdiff
path: root/go/android/go_marlin32_exec
blob: ed3fdf422acd5cd7c525e56dbad3cb26bc016041 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# Copy and remotely execute a binary on the marlin32 device.
#
# For this to work, the corresponding adb_marlin32 wrapper
# must exist to tell adb the serial number of the device.

GOOS="android" GOARCH="arm" exec go_target_exec marlin32 "$@"