chore(android)_: specify android api version
This commit is contained in:
parent
2ba415550b
commit
c1ce30ad20
1
Makefile
1
Makefile
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue