1. fixed high CPU consumption after switch-off. prevent NPE fix

This commit is contained in:
vadym 2020-07-06 12:40:19 -07:00
parent 85e27ff7e1
commit 507602cd2b

View File

@ -4,7 +4,7 @@ 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/vikulin/yggdrasil-extras@ab56805; \
go get -u github.com/vikulin/yggdrasil-extras@268b006; \
ANDROID=true ./build;
mv -f $(GOPATH)/src/github.com/yggdrasil-network/yggdrasil-go/yggdrasil.aar yggdrasil.aar;
mv -f $(GOPATH)/src/github.com/yggdrasil-network/yggdrasil-go/yggdrasil-sources.jar yggdrasil-sources.jar;