mirror of
https://github.com/yggdrasil-network/crispa-android.git
synced 2025-01-22 07:56:30 +00:00
chore: Add Makefile for building yggdrasil aar
This commit is contained in:
parent
7931bb4c16
commit
a6dffbd9e4
10
yggdrasil/Makefile
Normal file
10
yggdrasil/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
GOPATH=$(shell go env GOPATH)
|
||||
|
||||
all:
|
||||
-go get -u github.com/yggdrasil-network/yggdrasil-go;
|
||||
-cd $(GOPATH)/src/github.com/yggdrasil-network/yggdrasil-go; \
|
||||
go get -v -d ./...; \
|
||||
go get -u github.com/yggdrasil-network/yggdrasil-extras; \
|
||||
ANDROID=true ./build;
|
||||
mv $(GOPATH)/src/github.com/yggdrasil-network/yggdrasil-go/yggdrasil.aar yggdrasil.aar;
|
||||
mv $(GOPATH)/src/github.com/yggdrasil-network/yggdrasil-go/yggdrasil-sources.jar yggdrasil-sources.jar;
|
Loading…
x
Reference in New Issue
Block a user