blob: d31492c016f5950ab6fa87afdcc8f5fb395f61ee [file] [log] [blame]
#!/bin/bash
GOOS=linux GOARCH=arm GOARM=7 go build
~/Downloads/android/adt-bundle-mac-x86_64-20140321/sdk/platform-tools/adb push go-disruptor /data/local/tmp
~/Downloads/android/adt-bundle-mac-x86_64-20140321/sdk/platform-tools/adb shell "chmod 755 /data/local/tmp/go-disruptor"
~/Downloads/android/adt-bundle-mac-x86_64-20140321/sdk/platform-tools/adb shell "/data/local/tmp/go-disruptor"