better name for .aar
This commit is contained in:
parent
8aac82c807
commit
36d3e7a4e4
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ statusgo:
|
||||||
@echo "Run \"build/bin/statusgo\" to view available commands"
|
@echo "Run \"build/bin/statusgo\" to view available commands"
|
||||||
|
|
||||||
statusgo-android: xgo
|
statusgo-android: xgo
|
||||||
build/env.sh $(GOBIN)/xgo --go=$(GO) --dest=$(GOBIN) --targets=android-16/aar ./src
|
build/env.sh $(GOBIN)/xgo --go=$(GO) -out statusgo --dest=$(GOBIN) --targets=android-16/aar ./src
|
||||||
@echo "Android cross compilation done:"
|
@echo "Android cross compilation done:"
|
||||||
|
|
||||||
xgo:
|
xgo:
|
||||||
|
|
Loading…
Reference in New Issue