diff options
| author | Jeff Carr <[email protected]> | 2024-11-18 18:21:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-18 18:21:56 -0600 |
| commit | 891a4cada95f786bae78851e6d28bf2bfc2aafcb (patch) | |
| tree | 9c8ae99b8ea717dc25b417599d8249d1349e329a /examples/gomobile/build | |
| parent | 79dd86306edfb7822f44220ef211254959d707fb (diff) | |
more examplesv0.22.15
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'examples/gomobile/build')
| -rwxr-xr-x | examples/gomobile/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/gomobile/build b/examples/gomobile/build new file mode 100755 index 0000000..467d030 --- /dev/null +++ b/examples/gomobile/build @@ -0,0 +1,8 @@ +#!/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 |
