Skip to content

Commit 9f3161a

Browse files
committed
Try to show versions of the tools used for building aar
Signed-off-by: Pawloland <59684145+Pawloland@users.noreply.github.com>
1 parent ac96ec6 commit 9f3161a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ build-unstripped-aar: tailscale.version $(GOBIN)/gomobile
182182
rm -f $(ABS_UNSTRIPPED_AAR)
183183
# The -linkmode=external -extldflags=-Wl,-z,max-page-size=16384 is specific to NDK 23
184184
# to support 16kb page sizes. Your mileage may vary with other NDK versions.
185+
$(GOBIN)/gomobile version
186+
./tool/go version
185187
$(GOBIN)/gomobile bind -target android -androidapi 26 \
186188
-x \
187189
-tags "$$(./build-tags.sh)" \

0 commit comments

Comments
 (0)