diff options
author | cyBerta <cyberta@riseup.net> | 2019-07-29 18:49:52 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-08-02 01:49:37 +0200 |
commit | 8d0a10f8ca92de4766aee8d41f3e235590c3a848 (patch) | |
tree | 7c728357b8cd95e5de94cf7ae5a23812a99212af /go | |
parent | 4f7455bb6ea37928bd44d8579deaa05402975bc5 (diff) |
update shapeshifter lib build script using gomobile
Diffstat (limited to 'go')
-rwxr-xr-x | go/android_build_shapeshifter_lib.sh | 18 | ||||
-rw-r--r-- | go/lib/shapeshifter-sources.jar | bin | 0 -> 6294 bytes | |||
-rw-r--r-- | go/lib/shapeshifter.aar | bin | 0 -> 8464902 bytes |
3 files changed, 18 insertions, 0 deletions
diff --git a/go/android_build_shapeshifter_lib.sh b/go/android_build_shapeshifter_lib.sh new file mode 100755 index 00000000..e3cd22d2 --- /dev/null +++ b/go/android_build_shapeshifter_lib.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +export GOPATH=`pwd` +export GO_LANG=`pwd`/golang/go/bin +export GO_COMPILED=`pwd`/bin +PATH="${GO_LANG}:${GO_COMPILED}:${PATH}" + +if [ -z $ANDROID_NDK_HOME ]; then + echo "Android NDK path not specified!" + echo "Please set \$ANDROID_NDK_HOME before starting this script!" + exit 1; +fi + +./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/ +cp lib/shapeshifter* ../shapeshifter/.
\ No newline at end of file diff --git a/go/lib/shapeshifter-sources.jar b/go/lib/shapeshifter-sources.jar Binary files differnew file mode 100644 index 00000000..e0a94055 --- /dev/null +++ b/go/lib/shapeshifter-sources.jar diff --git a/go/lib/shapeshifter.aar b/go/lib/shapeshifter.aar Binary files differnew file mode 100644 index 00000000..6b8acaf1 --- /dev/null +++ b/go/lib/shapeshifter.aar |