Sign in
android
/
platform
/
external
/
toolchain-utils
/
refs/heads/android11-dev
/
.
/
go
/
android
/
go_marlin_exec
blob: 9f4c06d42f8b4e8ffac3c9839c23b91de52e619b [
file
] [
edit
]
#!/bin/bash
# Copy and remotely execute a binary on the marlin device.
#
# For this to work, the corresponding adb_marlin wrapper
# must exist to tell adb the serial number of the device.
GOOS
=
"android"
GOARCH
=
"arm64"
exec go_target_exec marlin
"$@"