Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of compile option -latomic gives warning about incorrect builds #192

Open
stleusc opened this issue May 24, 2024 · 1 comment
Open

Comments

@stleusc
Copy link

stleusc commented May 24, 2024

I am getting this warning below.

Android NDK: WARNING:..../jni/Android.mk:sqlite3x: non-system libraries in linker flags: -latomic
Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
Android NDK:     current module

Any ideas if this causes issues? What does this 'atomic' library do?

@bellyjuice
Copy link

The warning reported in gradle sync stage, and it is gone when building, so i guess it doesn't matter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants