diff options
author | cyBerta <cyberta@riseup.net> | 2019-10-05 20:58:52 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-10-05 20:58:52 +0200 |
commit | 34604dd067752ea71a9763f306f5e618a7815add (patch) | |
tree | aca6b7553d67d239c4d1f47d74cf39fdb233a497 | |
parent | 7776fd80c467ccc391bf657404467794b63c709b (diff) |
minor updates on shapeshifter lib build script
-rwxr-xr-x | go/android_build_shapeshifter_lib.sh | 5 |
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 |