9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
|
#!/bin/bash -x
|
||
|
|
||
|
# gomobile binary from go
|
||
|
|
||
|
mkdir -p files/usr/bin
|
||
|
cd ~/go/bin/golang.org/x/mobile/cmd/gomobile/
|
||
|
go build
|
||
|
cp ~/go/src/golang.org/x/mobile/cmd/gomobile/gomobile files/usr/bin
|