From 940a8d395caf749f81fd1962c895d063beb6f523 Mon Sep 17 00:00:00 2001 From: ycc Date: Fri, 17 Feb 2023 22:29:21 +0100 Subject: [PATCH] add identity accessors to config --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 484c0b7..70b6562 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,10 @@ go get golang.org/x/mobile/bind Replace "Get" by "get" in messages.pb.go - gomobile bind -target android -androidapi=19 \ No newline at end of file + gomobile bind -target android -androidapi=19 + +Look at the exported API and cry... + +## Other option + GOOS=android GOARCH=arm64 go build -buildmode=c-archive -o libmeow.a +