sqlite-android
sqlite-android copied to clipboard
Use of compile option -latomic gives warning about incorrect builds
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?
The warning reported in gradle sync stage, and it is gone when building, so i guess it doesn't matter