Sign in
fuchsia
/
third_party
/
github.com
/
smartystreets
/
go-disruptor
/
e81862cf257901f61536b3053d5116f89627e464
/
.
/
example
/
android.sh
blob: b332b590be7dea683c0d0ced8b134e9454ed0122 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
GOOS
=
linux GOARCH
=
arm GOARM
=
7
go build
-
o go
-
disruptor
adb push go
-
disruptor
/
data
/
local
/
tmp
adb shell
"cd /data/local/tmp; chmod 755 go-disruptor; ./go-disruptor"