xref: /aosp_15_r20/external/toolchain-utils/go/android/go_marlin_exec (revision 760c253c1ed00ce9abd48f8546f08516e57485fe)
1*760c253cSXin Li#!/bin/bash
2*760c253cSXin Li
3*760c253cSXin Li# Copy and remotely execute a binary on the marlin device.
4*760c253cSXin Li#
5*760c253cSXin Li# For this to work, the corresponding adb_marlin wrapper
6*760c253cSXin Li# must exist to tell adb the serial number of the device.
7*760c253cSXin Li
8*760c253cSXin LiGOOS="android" GOARCH="arm64" exec go_target_exec marlin "$@"
9