Home | History | Annotate | Download | only in android
      1 #!/bin/bash
      2 
      3 # Copy and remotely execute a binary on the shamu device.
      4 #
      5 # For this to work, the corresponding adb_shamu wrapper
      6 # must exist to tell adb the serial number of the device.
      7 
      8 GOOS="android" GOARCH="arm" exec go_target_exec shamu "$@"
      9