Skip to content

Commit 9f75be0

Browse files
committed
Merge remote-tracking branch 'benma/comment'
2 parents aa0d31b + 134c701 commit 9f75be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/mobileserver/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include ../../android-env.mk.inc
22

33
# go mod makes the Android build hang forever. Remove this once we move to go modules in a controlled fashion.
44
# Probably a variation of https://github.com/golang/go/issues/27234 - solution is to build it using vendored deps
5-
# by turning off GO111MODULE.
5+
# by turning off GO111MODULE. See also: https://github.com/golang/go/issues/34181#issuecomment-640260162
66
build-android:
77
GO111MODULE=off ANDROID_HOME=${ANDROID_SDK_ROOT} gomobile bind -x -a -ldflags="-s -w" -target android .
88
clean:

0 commit comments

Comments
 (0)