We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316ed44 commit 17b4735Copy full SHA for 17b4735
Makefile
@@ -183,7 +183,9 @@ status-go-deps:
183
statusgo-android: generate
184
statusgo-android: ##@cross-compile Build status-go for Android
185
@echo "Building status-go for Android..."
186
- export GO111MODULE=off; \
+ mkdir -p build/bin \
187
+ export GO111MODULE=on; \
188
+ export GOFLAGS="-mod=mod" \
189
gomobile init; \
190
gomobile bind -v \
191
-target=android -ldflags="-s -w" \
0 commit comments