summaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2019-10-05 20:58:52 +0200
committercyBerta <cyberta@riseup.net>2019-10-05 20:58:52 +0200
commit34604dd067752ea71a9763f306f5e618a7815add (patch)
treeaca6b7553d67d239c4d1f47d74cf39fdb233a497 /go
parent7776fd80c467ccc391bf657404467794b63c709b (diff)
minor updates on shapeshifter lib build script
Diffstat (limited to 'go')
-rwxr-xr-xgo/android_build_shapeshifter_lib.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/go/android_build_shapeshifter_lib.sh b/go/android_build_shapeshifter_lib.sh
index e3cd22d2..cf122bca 100755
--- a/go/android_build_shapeshifter_lib.sh
+++ b/go/android_build_shapeshifter_lib.sh
@@ -11,8 +11,9 @@ if [ -z $ANDROID_NDK_HOME ]; then
exit 1;
fi
+./golang/go/bin/go env
./golang/go/bin/go get golang.org/x/mobile/cmd/gomobile
-gomobile init
-gomobile bind -target=android -o ./lib/shapeshifter.aar se.leap.bitmaskclient/shapeshifter/
+./bin/gomobile init
+./bin/gomobile bind -target=android -o ./lib/shapeshifter.aar se.leap.bitmaskclient/shapeshifter/
cp lib/shapeshifter* ../shapeshifter/. \ No newline at end of file