Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit f2829c8

Browse files
drwashocpacia
authored andcommitted
Build tweaks for Android
1 parent 334e064 commit f2829c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ios_framework: ## Build iOS Framework for mobile
2626

2727
.PHONY: android_framework
2828
android_framework: ## Build Android Framework for mobile
29-
gomobile bind -target=android github.com/OpenBazaar/openbazaar-go/mobile
29+
gomobile bind -target=android/arm,android/arm64,android/amd64 -ldflags="-s -w" github.com/OpenBazaar/openbazaar-go/mobile
3030

3131
##
3232
## Protobuf compilation

0 commit comments

Comments
 (0)