We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac96ec6 commit 9f3161aCopy full SHA for 9f3161a
1 file changed
Makefile
@@ -182,6 +182,8 @@ build-unstripped-aar: tailscale.version $(GOBIN)/gomobile
182
rm -f $(ABS_UNSTRIPPED_AAR)
183
# The -linkmode=external -extldflags=-Wl,-z,max-page-size=16384 is specific to NDK 23
184
# to support 16kb page sizes. Your mileage may vary with other NDK versions.
185
+ $(GOBIN)/gomobile version
186
+ ./tool/go version
187
$(GOBIN)/gomobile bind -target android -androidapi 26 \
188
-x \
189
-tags "$$(./build-tags.sh)" \
0 commit comments