1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00
anytype-heart/makefiles/ci-compile-android-lib.mk
2025-02-17 18:16:51 -03:00

4 lines
445 B
Makefile

compile-android-lib:
gomobile bind -tags "$(BUILD_TAG_NETWORK) nogrpcserver gomobile nowatchdog nosigar nomutexdeadlockdetector timetzdata rasterizesvg" -ldflags "$(FLAGS)" -v -target=android -androidapi 26 -o lib.aar github.com/anyproto/anytype-heart/clientlibrary/service github.com/anyproto/anytype-heart/core || true
gtar --exclude ".*" -czvf android_lib_$(VERSION).tar.gz lib.aar protobuf json
mv android_lib_$(VERSION).tar.gz .release/