chore(android)_: specify android api version

This commit is contained in:
Siddarth Kumar 2024-09-19 09:24:15 +05:30
parent 2ba415550b
commit c1ce30ad20
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ statusgo-android: ##@cross-compile Build status-go for Android
-target=android -ldflags="-s -w" \ -target=android -ldflags="-s -w" \
-tags '$(BUILD_TAGS) disable_torrent' \ -tags '$(BUILD_TAGS) disable_torrent' \
$(BUILD_FLAGS_MOBILE) \ $(BUILD_FLAGS_MOBILE) \
--androidapi="23" \
-o build/bin/statusgo.aar \ -o build/bin/statusgo.aar \
github.com/status-im/status-go/mobile github.com/status-im/status-go/mobile
@echo "Android cross compilation done in build/bin/statusgo.aar" @echo "Android cross compilation done in build/bin/statusgo.aar"