tink-crypto / tink

Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
https://developers.google.com/tink
Apache License 2.0
13.47k stars 1.18k forks source link

compile error in gomobile for android/arm. #601

Closed chezgi closed 8 months ago

chezgi commented 2 years ago

using tink on golang it cant be compiled for gomobile on android/arm architecture.

command:

gomobile bind -v -x  -o dist/test.aar -androidapi 21 -target=android  testpkg/

result:

gomobile: go build -v -x -buildmode=c-shared -o=/tmp/gomobile-work-2353711825/android/src/main/jniLibs/armeabi-v7a/libgojni.so ./gobind failed: exit status 2
juergw commented 1 year ago

Sorry we have not replied back on this issue yet.

Is this still a problem?

Unfortunately, we don't use or test with gomobile, and we don't have the capacity to look into this problem.

morambro commented 8 months ago

Closing this issue for now. Please reopen it in https://github.com/tink-crypto/tink-go/issues if this is still an issue