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.
2 parents aa0d31b + 134c701 commit 9f75be0Copy full SHA for 9f75be0
backend/mobileserver/Makefile
@@ -2,7 +2,7 @@ include ../../android-env.mk.inc
2
3
# go mod makes the Android build hang forever. Remove this once we move to go modules in a controlled fashion.
4
# Probably a variation of https://github.com/golang/go/issues/27234 - solution is to build it using vendored deps
5
-# by turning off GO111MODULE.
+# by turning off GO111MODULE. See also: https://github.com/golang/go/issues/34181#issuecomment-640260162
6
build-android:
7
GO111MODULE=off ANDROID_HOME=${ANDROID_SDK_ROOT} gomobile bind -x -a -ldflags="-s -w" -target android .
8
clean:
0 commit comments