Skip to content

Commit

Permalink
Apollo: new extra param is required in gomobile invocation
Browse files Browse the repository at this point in the history
As per https://stackoverflow.com/a/77686965/901465.

Using api 19, our min sdk version.
  • Loading branch information
acrespo committed Jul 8, 2024
1 parent e69daa0 commit 848f91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/libwallet-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fi
GOMODCACHE="$GOMODCACHE" \
go run golang.org/x/mobile/cmd/gomobile bind \
-target="android" -o "$libwallet" \
-androidapi 19 \
-cache "$GOCACHE"\
-trimpath -ldflags="-buildid=. -v" \
. ./newop
Expand Down

0 comments on commit 848f91a

Please sign in to comment.