From 891a4cada95f786bae78851e6d28bf2bfc2aafcb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 18 Nov 2024 18:21:56 -0600 Subject: more examples Signed-off-by: Jeff Carr --- examples/gomobile/build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 examples/gomobile/build (limited to 'examples/gomobile/build') 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 -- cgit v1.2.3